Skip to content

Commit c3794fb

Browse files
committed
Update debug code
1 parent a5bc3c0 commit c3794fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/plots/map/map.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ proto.rejectOnError = function(reject) {
369369
var map = this.map;
370370

371371
function handler(e) {
372-
console.error('Map error event:', JSON.stringify(e));
373372
reject(new Error(JSON.stringify(e)));
374373
}
375374

src/plots/mapbox/mapbox.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ proto.rejectOnError = function(reject) {
359359
var map = this.map;
360360

361361
function handler(e) {
362-
console.error('Map error event:', JSON.stringify(e));
363362
reject(new Error(JSON.stringify(e)));
364363
}
365364

0 commit comments

Comments
 (0)