Skip to content

Commit 790bff2

Browse files
committed
Removes last print statement in read_spikegadgets.
1 parent 4ce4791 commit 790bff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/probeinterface/io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,6 @@ def read_spikegadgets(file: str | Path) -> ProbeGroup:
12991299
# Get number of probes present (each has its own Device element)
13001300
probe_configs = [device for device in hconf if device.attrib["name"] == "NeuroPixels1"]
13011301
n_probes = len(probe_configs)
1302-
print(n_probes, "Neuropixels 1.0 probes found.")
13031302

13041303
# Container to store Probe objects
13051304
probe_group = ProbeGroup()

0 commit comments

Comments
 (0)