Skip to content

Commit 8b2916b

Browse files
alejoe91zm711
andauthored
Update src/spikeinterface/core/recording_tools.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 540eee7 commit 8b2916b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/spikeinterface/core/recording_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ def get_random_recording_slices(
591591
recording_slices += [
592592
(segment_index, start_frame, (start_frame + chunk_size)) for start_frame in random_starts
593593
]
594-
print(recording_slices)
595594
else:
596595
raise ValueError(f"get_random_recording_slices : wrong method {method}")
597596

0 commit comments

Comments
 (0)