diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bg/js/settings/dictionary-controller.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/ext/bg/js/settings/dictionary-controller.js b/ext/bg/js/settings/dictionary-controller.js index 2ff12ab9..767b1147 100644 --- a/ext/bg/js/settings/dictionary-controller.js +++ b/ext/bg/js/settings/dictionary-controller.js @@ -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);          }      }  } |