Skip to content

Commit fae2e2e

Browse files
Update rereference.py
Remove debugging print statement
1 parent 6897058 commit fae2e2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

naplib/preprocessing/rereference.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def _find_adjacent_numbers(a, b, number, extent):
209209
adjacent = _find_adjacent_numbers(nrows, ncols, ch, extent)
210210
curr = np.where(channelnames==f'{contact}{ch}')[0]
211211
inds = []
212-
print(ch, adjacent)
213212
for adj in adjacent:
214213
inds.append(np.where(channelnames==f'{contact}{adj}')[0])
215214

0 commit comments

Comments
 (0)