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:
@@ -46,7 +46,7 @@ export async function deleteItems(item) {
|
||||
let it = itemsCopy[i];
|
||||
let trashItem = trash.all.find((item) => item.itemId === it.id);
|
||||
await db.trash.restore(trashItem.id);
|
||||
console.log(it.type, 'type');
|
||||
s
|
||||
updateEvent({type: it.type});
|
||||
}
|
||||
updateEvent({type: Actions.TRASH});
|
||||
|
||||
Reference in New Issue
Block a user