Fix unused code to use new tree-utils functions.
NPOB. git-svn-id: svn://10.0.0.236/trunk@215825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
783de386b0
commit
2edcf0c34b
@ -137,7 +137,7 @@ function cmdDumpTree(e)
|
||||
{
|
||||
if (!e.depth)
|
||||
e.depth = 0;
|
||||
dd(e.tree + ":\n" + tov_formatBranch (eval(e.tree), "", e.depth));
|
||||
dd(e.tree + ":\n" + xtv_formatBranch(eval(e.tree), "", e.depth));
|
||||
}
|
||||
|
||||
function cmdDumpScripts(e)
|
||||
|
||||
@ -1101,7 +1101,7 @@ function scv_hookChromeFilter(e)
|
||||
if ("parentRecord" in rec)
|
||||
continue;
|
||||
//dd ("cmdChromeFilter: append " +
|
||||
// tov_formatRecord(rec, ""));
|
||||
// xtv_formatRecord(rec, ""));
|
||||
nodes.appendChild(rec);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user