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

@@ -64,7 +64,6 @@ const MoveNoteDialog = () => {
};
const update = (note) => {
console.log(note.notebooks.length);
setNote(note);
};
@@ -138,7 +137,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
let noteIds = [];
selectedItemsList.forEach((i) => noteIds.push(i.id));
console.log(noteIds, 'NOTE IDS');
await db.notes.move(
{
topic: item.id,