Remove debug log (#924)

This commit is contained in:
toasted-nutbread 2020-10-15 18:10:29 -04:00 committed by GitHub
parent e6a1bcc0f5
commit e5ef3fe9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -418,8 +418,7 @@ class DictionaryController {
}
if (targets.length > 0) {
const r = await this._settingsController.modifyGlobalSettings(targets);
console.log(r);
await this._settingsController.modifyGlobalSettings(targets);
}
}
}