Skip to content

Commit

Permalink
🔪 debug cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jun 9, 2017
1 parent 4002fc1 commit fa78376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plots/cartesian/dragbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,6 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
var plotDx = xa2._offset - clipDx / xScaleFactor2,
plotDy = ya2._offset - clipDy / yScaleFactor2;

// console.log(subplot.id, editX2, editY2, xScaleFactor2, yScaleFactor2, clipDx, clipDy, plotDx, plotDy);

fullLayout._defs.selectAll('#' + subplot.clipId)
.call(Drawing.setTranslate, clipDx, clipDy)
.call(Drawing.setScale, xScaleFactor2, yScaleFactor2);
Expand Down

0 comments on commit fa78376

Please sign in to comment.