Remove debug log (#924)
This commit is contained in:
parent
e6a1bcc0f5
commit
e5ef3fe9c2
@ -418,8 +418,7 @@ class DictionaryController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (targets.length > 0) {
|
if (targets.length > 0) {
|
||||||
const r = await this._settingsController.modifyGlobalSettings(targets);
|
await this._settingsController.modifyGlobalSettings(targets);
|
||||||
console.log(r);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user