Skip to content

Commit 9e6b371

Browse files
committed
Remove prints
1 parent 3764f2e commit 9e6b371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyns/models/analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def upload_neurovault(self, id, validation_hash, subject_paths=None,
330330
"""
331331

332332
def _ts_first(paths):
333-
print(paths)
334333
tmaps = [t for t in paths if 'stat-t' in t]
335334
for t in tmaps:
336335
paths.remove(t)
@@ -339,7 +338,6 @@ def _ts_first(paths):
339338

340339
req = None
341340
# Do group, then subject level
342-
print(group_paths)
343341
if group_paths is not None:
344342
print("Uploading group images")
345343
for path in tqdm.tqdm(_ts_first(group_paths)):

0 commit comments

Comments
 (0)