We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bc3c0 commit c3794fbCopy full SHA for c3794fb
src/plots/map/map.js
@@ -369,7 +369,6 @@ proto.rejectOnError = function(reject) {
369
var map = this.map;
370
371
function handler(e) {
372
- console.error('Map error event:', JSON.stringify(e));
373
reject(new Error(JSON.stringify(e)));
374
}
375
src/plots/mapbox/mapbox.js
@@ -359,7 +359,6 @@ proto.rejectOnError = function(reject) {
359
360
361
362
363
364
365
0 commit comments