mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-28 15:11:44 +00:00
fixed accidental checkin of debug code.
This commit is contained in:
parent
0bfcb5b8cd
commit
777bcbef17
@ -258,10 +258,6 @@ public abstract class GTreeNode extends CoreGTreeNode implements Comparable<GTre
|
||||
* @param childList this list of nodes to be set as children of this node
|
||||
*/
|
||||
public void setChildren(List<GTreeNode> childList) {
|
||||
System.out.println("Setting children for node: " + getTreePath());
|
||||
for (GTreeNode child : childList) {
|
||||
System.out.println("\tchild name: " + child.getName());
|
||||
}
|
||||
Swing.runNow(() -> doSetChildrenAndFireEvent(childList));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user