diff --git a/modules/renderer/background_source.js b/modules/renderer/background_source.js index 8f36c9523..6a0733412 100644 --- a/modules/renderer/background_source.js +++ b/modules/renderer/background_source.js @@ -308,9 +308,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) { }); dispatch.call('change'); }) - .catch(function(e) { + .catch(function() { /* ignore */ - console.log(e); });