We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4ce6b commit e08fc08Copy full SHA for e08fc08
1 file changed
synapse/cli/device_info_display.py
@@ -52,7 +52,6 @@ def visualize_configuration(info_dict, status):
52
)
53
elif node_type == "OpticalStimulation":
54
source = node.get("optical_stimulation", {})
55
- print(source)
56
# Get the peripheral id and name
57
peripheral_id = source.get("peripheral_id", "Unknown")
58
peripherals = info_dict.get("peripherals", [])
0 commit comments