Skip to content

Commit 1c7cc49

Browse files
committed
Remove console.log
1 parent bb2ca73 commit 1c7cc49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/plots/cartesian/axes.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,6 @@ axes.drawOne = function(gd, ax, opts) {
25412541
var s = ax.side.charAt(0);
25422542
var sMirror = OPPOSITE_SIDE[ax.side].charAt(0);
25432543
var pos = axes.getPxPosition(gd, ax);
2544-
console.log(pos)
25452544
var outsideTickLen = outsideTicks ? ax.ticklen : 0;
25462545
var llbbox;
25472546

@@ -3767,13 +3766,9 @@ function drawDividers(gd, ax, opts) {
37673766
*/
37683767
axes.getPxPosition = function(gd, ax) {
37693768
var gs = gd._fullLayout._size;
3770-
console.log("PRINTING...")
3771-
//console.log(gd._fullLayout._size)
37723769
var axLetter = ax._id.charAt(0);
37733770
var side = ax.side;
37743771
var anchorAxis;
3775-
console.log(side)
3776-
console.log(axLetter)
37773772

37783773
if(ax.anchor !== 'free') {
37793774
anchorAxis = ax._anchorAxis;

0 commit comments

Comments
 (0)