Skip to content

Commit 4e5be70

Browse files
committed
Don't print JSONs'
1 parent 33bdcc0 commit 4e5be70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neuroscout_cli/commands/install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def download_data(self):
6464

6565
# Get all JSON files
6666
jsons = list(self.preproc_dir.rglob('*.json'))
67-
print(jsons)
6867
if jsons:
6968
get([str(p) for p in self.preproc_dir.rglob('*.json')])
7069

0 commit comments

Comments
 (0)