diff options
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index a2d2d9d3..23173d3f 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -201,7 +201,6 @@ function optionsLoad() { return {}; } }).catch(error => { - console.log(error); return {}; }).then(options => { return optionsVersion(options); |