Skip to content

Commit 777bcbe

Browse files
committed
fixed accidental checkin of debug code.
1 parent 0bfcb5b commit 777bcbe

File tree

1 file changed

+0
-4
lines changed
  • Ghidra/Framework/Docking/src/main/java/docking/widgets/tree

1 file changed

+0
-4
lines changed

Ghidra/Framework/Docking/src/main/java/docking/widgets/tree/GTreeNode.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ public void removeNode(GTreeNode node) {
258258
* @param childList this list of nodes to be set as children of this node
259259
*/
260260
public void setChildren(List<GTreeNode> childList) {
261-
System.out.println("Setting children for node: " + getTreePath());
262-
for (GTreeNode child : childList) {
263-
System.out.println("\tchild name: " + child.getName());
264-
}
265261
Swing.runNow(() -> doSetChildrenAndFireEvent(childList));
266262
}
267263

0 commit comments

Comments
 (0)