Skip to content

Commit

Permalink
Update Profile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca authored Jan 20, 2020
1 parent 7152be6 commit d435f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App/Screens/Profile/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class Profile extends Component {
(prevProps.isModalVisible !== isModalVisible && !isModalVisible && isFocused) ||
(prevProps.isFocused !== isFocused && isFocused)
) {
console.log('fetch');
return this.fetchProfile();
}
return false;
Expand Down

0 comments on commit d435f27

Please sign in to comment.