Skip to content

Commit 0692a46

Browse files
Remove print statement
1 parent d2558de commit 0692a46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ingest/subsample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def subsample(self):
8989
for sample_size in self.SUBSAMPLE_THRESHOLDS
9090
if sample_size < len(self.file.index)
9191
]
92-
print(self.file.index)
9392
for bins in map(self.bin, self.columns):
9493
# (name of current column)
9594
annotation_name = bins[1]

0 commit comments

Comments
 (0)