mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
minor revert catch log
This commit is contained in:
@@ -308,9 +308,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
|
||||
});
|
||||
dispatch.call('change');
|
||||
})
|
||||
.catch(function(e) {
|
||||
.catch(function() {
|
||||
/* ignore */
|
||||
console.log(e);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user