Skip to content

Commit 7f38e7d

Browse files
author
sprenger
committed
Remove print
1 parent 95537fe commit 7f38e7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def _parse_header(self):
9898
for seg_index in range(nb_segment_per_block[block_index]):
9999
for stream_index, d in self._sig_streams[block_index][seg_index].items():
100100
num_channels = len(d['channels'])
101-
print(d['raw_filename'])
102101
memmap_sigs = np.memmap(d['raw_filename'], d['dtype'],
103102
order='C', mode='r').reshape(-1, num_channels)
104103
d['memmap'] = memmap_sigs

0 commit comments

Comments
 (0)