diff --git a/js/background.js b/js/background.js index bcc1586e..44107d9b 100644 --- a/js/background.js +++ b/js/background.js @@ -116,6 +116,7 @@ function onError(ev) { var e = ev.error; + console.log(e); if (e.name === 'HTTPError' && (e.code == 401 || e.code == 403)) { extension.install(); @@ -147,7 +148,6 @@ }); } - console.error(e); throw e; }