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

@@ -38,7 +38,7 @@ export const NotebookItemWrapper = ({
const onPress = () => {
if (selectionMode) {
console.log(item.title);
onLongPress();
return;
}