Skip to content

Commit 346a32a

Browse files
committed
- remove some console.log
1 parent 93b61bc commit 346a32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/traces/scattergl/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,6 @@ function plot(gd, subplot, cdata) {
561561
pos = pos.concat(prevLinePos);
562562
fillOptions.hole = hole;
563563
}
564-
console.log(srcPos);
565-
console.log("/\ /\ /\ srcPos / pos \/ \/ \/");
566-
console.log(pos);
567564
fillOptions.fillmode = trace.fill;
568565
fillOptions.opacity = trace.opacity;
569566
fillOptions.positions = pos;

0 commit comments

Comments
 (0)