Skip to content

Commit 3deca0d

Browse files
committed
drop unused line
1 parent 168bc75 commit 3deca0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traces/waterfall/calc.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function calc(gd, trace) {
2323
size = xa.makeCalcdata(trace, 'x');
2424
origPos = ya.makeCalcdata(trace, 'y');
2525
pObj = alignPeriod(trace, ya, 'y', origPos);
26-
pos = pObj.vals;
2726
hasPeriod = !!trace.yperiodalignment;
2827
} else {
2928
size = ya.makeCalcdata(trace, 'y');

0 commit comments

Comments
 (0)