We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6bb98 commit 3937238Copy full SHA for 3937238
scripts/JSRootPainter.jquery.js
@@ -401,7 +401,6 @@
401
if ((d3cont===undefined) || d3cont.empty()) {
402
d3cont = d3.select(hitem._d3cont ? hitem._d3cont : null);
403
var name = this.itemFullName(hitem);
404
- console.log('Full name ', name);
405
if (d3cont.empty())
406
d3cont = this.select_main().select("[item='" + name + "']");
407
if (d3cont.empty() && ('_cycle' in hitem))
0 commit comments