Skip to content

Commit 46332a9

Browse files
committed
lint
1 parent 059343f commit 46332a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/cartesian/set_convert.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ module.exports = function setConvert(ax, fullLayout) {
393393
}
394394
// Don't think that the trace should be drawn at all if the lengths don't match. Removing the arrays length check. It is better to fail loudly than silently.
395395

396-
debugger;
397396
for(i = 0; i < traceIndices.length; i++) {
398397
var trace = fullData[traceIndices[i]];
399398

0 commit comments

Comments
 (0)