Skip to content

Commit e08fc08

Browse files
committed
no source
1 parent bd4ce6b commit e08fc08

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

synapse/cli/device_info_display.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def visualize_configuration(info_dict, status):
5252
)
5353
elif node_type == "OpticalStimulation":
5454
source = node.get("optical_stimulation", {})
55-
print(source)
5655
# Get the peripheral id and name
5756
peripheral_id = source.get("peripheral_id", "Unknown")
5857
peripherals = info_dict.get("peripherals", [])

0 commit comments

Comments
 (0)