Skip to content

Commit c4b46a2

Browse files
committed
Remove debug code
1 parent fc26efd commit c4b46a2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/legend/draw.js

-9
Original file line numberDiff line numberDiff line change
@@ -779,15 +779,6 @@ function computeLegendDimensions(gd, groups, traces, legendObj) {
779779
legendObj._maxHeight = Math.max(gs.h, 30);
780780
}
781781

782-
console.log({
783-
isBelowPlotArea,
784-
isAbovePlotArea,
785-
hmaxheight: legendObj.hmaxheight,
786-
fullLayout_height: fullLayout.height,
787-
gs_h: gs.h,
788-
legendObj_maxHeight: legendObj._maxHeight
789-
})
790-
791782
var toggleRectWidth = 0;
792783
legendObj._width = 0;
793784
legendObj._height = 0;

0 commit comments

Comments
 (0)