Skip to content

Commit 0057432

Browse files
author
Tom Aerts
committed
cleanup
1 parent 9dcbc71 commit 0057432

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/legend/draw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ var DBLCLICKDELAY = interactConstants.DBLCLICKDELAY;
3636
module.exports = function draw(gd) {
3737
var fullLayout = gd._fullLayout;
3838
var clipId = 'legend' + fullLayout._uid;
39-
console.log(gd);
4039
DBLCLICKDELAY = gd._context.doubleClickDelay ? gd._context.doubleClickDelay : DBLCLICKDELAY;
4140

4241
if(!fullLayout._infolayer || !gd.calcdata) return;

0 commit comments

Comments
 (0)