mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Remove log()
This commit is contained in:
parent
9278da2c85
commit
74c727e82c
1 changed files with 3 additions and 2 deletions
|
|
@ -410,7 +410,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
{ alertOnError: false },
|
||||
);
|
||||
} catch {
|
||||
console.log("Note deleted", note!.id);
|
||||
// Note deleted
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1027,7 +1028,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
);
|
||||
setNote(n);
|
||||
} catch {
|
||||
console.log("Note deleted", nid);
|
||||
// Note deleted
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue