Skip to content

Commit aeca8ae

Browse files
committed
🔪 commented-out code
1 parent ae820ca commit aeca8ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/shapes/draw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function drawOne(gd, index) {
7070
// TODO: use d3 idioms instead of deleting and redrawing every time
7171
if(!optionsIn || options.visible === false) return;
7272

73-
// var clipAxes;
7473
if(options.layer !== 'below') {
7574
drawShape(gd._fullLayout._shapeUpperLayer);
7675
}

0 commit comments

Comments
 (0)