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 8aaa03d commit 71c0868Copy full SHA for 71c0868
bigtree/tree/modify.py
@@ -562,10 +562,10 @@ def copy_or_shift_logic(
562
563
# Reassign from_node to new parent
564
if copy:
565
- logging.info(f"Copying {from_node.node_name} to {to_node.node_name}")
+ logging.debug(f"Copying {from_node.node_name} to {to_node.node_name}")
566
from_node = from_node.copy()
567
if merge_children:
568
- logging.info(
+ logging.debug(
569
f"Reassigning children from {from_node.node_name} to {to_node.node_name}"
570
)
571
for children in from_node.children:
0 commit comments