mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
clear console.log statements
This commit is contained in:
@@ -189,7 +189,7 @@ export const ActionSheetComponent = ({
|
||||
try {
|
||||
await deleteItems(note);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
}
|
||||
}
|
||||
close();
|
||||
|
||||
Reference in New Issue
Block a user