Skip to content

Commit 3937238

Browse files
committed
Remove logoutput
1 parent 7a6bb98 commit 3937238

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/JSRootPainter.jquery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@
401401
if ((d3cont===undefined) || d3cont.empty()) {
402402
d3cont = d3.select(hitem._d3cont ? hitem._d3cont : null);
403403
var name = this.itemFullName(hitem);
404-
console.log('Full name ', name);
405404
if (d3cont.empty())
406405
d3cont = this.select_main().select("[item='" + name + "']");
407406
if (d3cont.empty() && ('_cycle' in hitem))

0 commit comments

Comments
 (0)