Skip to content

Commit 1a4a7f5

Browse files
committed
Remove print statement
1 parent 84bb616 commit 1a4a7f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

element_array_ephys/readers/spikeglx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def __init__(self, meta_filepath):
177177
self.meta['fileCreateTime']),
178178
'%Y-%m-%dT%H:%M:%S')
179179
self.recording_duration = self.meta.get('fileTimeSecs')
180-
print(self.recording_duration)
181180

182181
# Get probe serial number - 'imProbeSN' for 3A and 'imDatPrb_sn' for 3B
183182
try:

0 commit comments

Comments
 (0)