Skip to content

Commit

Permalink
[#855] Remove unused console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jan 5, 2024
1 parent e35a0d8 commit f23321e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const Home = ({ navigation, route }) => {
.filter((r) => r?.userId === currentUserId);
setData(forms);
} catch {
console.log('errrr');
if (Platform.OS === 'android') {
ToastAndroid.show(trans.errorFormsNotLoaded, ToastAndroid.SHORT);
}
Expand Down

0 comments on commit f23321e

Please sign in to comment.