Skip to content

Commit 39eff3a

Browse files
committed
⚡ a console.log + improve attr description wording
1 parent 853a391 commit 39eff3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/traces/scattermapbox/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = overrideAll({
103103
valType: 'string',
104104
role: 'info',
105105
description: [
106-
'Determines if this scattermapbox trace\'s layers are inserted',
106+
'Determines if this scattermapbox trace\'s layers are to be inserted',
107107
'before the layer with the specified ID.',
108108
'By default, scattermapbox layers are inserted',
109109
'above all the base layers.',

src/traces/scattermapbox/plot.js

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ proto.update = function update(calcTrace) {
7272
var i, k, opts;
7373

7474
if(below !== this.below) {
75-
// console.log('update below', [below, this.below])
7675
for(i = ORDER.length - 1; i >= 0; i--) {
7776
k = ORDER[i];
7877
map.removeLayer(this.layerIds[k]);

0 commit comments

Comments
 (0)