mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
chore: remove all comments
This commit is contained in:
@@ -35,11 +35,9 @@ export default class FileStorage {
|
||||
}
|
||||
|
||||
async cancel(groupId, type = undefined) {
|
||||
console.trace("Cancelling", groupId, type);
|
||||
const [op] = this._deleteOp(groupId, type);
|
||||
if (!op) return;
|
||||
await op.cancel("Operation canceled.");
|
||||
console.log("Cancellation done:", groupId, this._queue);
|
||||
}
|
||||
|
||||
_deleteOp(groupId, type = undefined) {
|
||||
|
||||
Reference in New Issue
Block a user