mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
remove console.log
This commit is contained in:
@@ -424,13 +424,7 @@ export const ActionSheetComponent = ({
|
||||
dispatch({type: Actions.ALL});
|
||||
setRefreshing(false);
|
||||
}
|
||||
} else {
|
||||
console.log(
|
||||
'here',
|
||||
user?.lastSynced,
|
||||
user?.lastSynced < note?.dateEdited,
|
||||
);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const onPressVaultButton = async () => {
|
||||
|
||||
Reference in New Issue
Block a user