minor revert catch log

This commit is contained in:
Milos Brzakovic
2021-07-07 19:23:20 +02:00
parent 358335cf4e
commit 81ce43e055

View File

@@ -308,9 +308,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
});
dispatch.call('change');
})
.catch(function(e) {
.catch(function() {
/* ignore */
console.log(e);
});