Skip to content

Commit bb51eb7

Browse files
committed
removed unsed var
1 parent 926e1a0 commit bb51eb7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/traces/surface/convert.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,6 @@ proto.update = function(data) {
546546
data._objectOffset[2]
547547
];
548548

549-
params.objectScale = [
550-
scaleFactor[0],
551-
scaleFactor[1],
552-
scaleFactor[2]
553-
];
554-
555549
params.coords = coords;
556550
surface.update(params);
557551

0 commit comments

Comments
 (0)