Skip to content

Commit a83f0c9

Browse files
author
Martin
committed
removed debug output
1 parent b9fc144 commit a83f0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mne/fiff/edf/edf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ def _read_segment(self, start=0, stop=None, sel=None, verbose=None,
239239
# but zero-pad instead
240240
chan_data = np.hstack([chan_data,
241241
[0]*(max_samp-samp)*blocks])
242-
print('***', chan_data[0])
243242
elif samp != max_samp:
244243
mult = max_samp / samp
245244
chan_data = resample(x=chan_data, up=mult,

0 commit comments

Comments
 (0)