clear console.log statements

This commit is contained in:
ammarahm-ed
2021-01-06 14:58:01 +05:00
parent 152a52c149
commit b122bbfd04
26 changed files with 34 additions and 52 deletions

View File

@@ -189,7 +189,7 @@ export const ActionSheetComponent = ({
try {
await deleteItems(note);
} catch (e) {
console.log(e);
//console.log(e);
}
}
close();