Skip to content

Commit fa78376

Browse files
committed
🔪 debug cruft
1 parent 4002fc1 commit fa78376

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plots/cartesian/dragbox.js

-2
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,6 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
735735
var plotDx = xa2._offset - clipDx / xScaleFactor2,
736736
plotDy = ya2._offset - clipDy / yScaleFactor2;
737737

738-
// console.log(subplot.id, editX2, editY2, xScaleFactor2, yScaleFactor2, clipDx, clipDy, plotDx, plotDy);
739-
740738
fullLayout._defs.selectAll('#' + subplot.clipId)
741739
.call(Drawing.setTranslate, clipDx, clipDy)
742740
.call(Drawing.setScale, xScaleFactor2, yScaleFactor2);

0 commit comments

Comments
 (0)