Skip to content

Commit

Permalink
Removed debug print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgdls committed Dec 20, 2024
1 parent c44e0b3 commit 449d88e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fastcs_odin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ def _walk_odin_metadata(
sub_node_path,
infer_metadata(sub_node_value, sub_node_path),
)
elif "command" in node_path:
print(f"HERE 2 node_name: {node_name}")
print(f"node_path: {node_path}")
print(f"node_value: {node_value}")
else:
# Convert read-only list to a string for display
yield (node_path, infer_metadata(str(node_value), node_path))
Expand Down

0 comments on commit 449d88e

Please sign in to comment.