Skip to content

Commit 80566ed

Browse files
committed
refactor(DataGenerator): removed overlooked debugging sys.out print
1 parent dc264bf commit 80566ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aucmedi/data_processing/data_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def __getitem__(self, raw_idx):
382382
self.batch_size * idx : self.batch_size * (idx + 1)
383383
]
384384
# Generate batch
385-
print(self.index_array, raw_idx, idx, index_array)
386385
return self._get_batches_of_transformed_samples(index_array)
387386

388387
#-----------------------------------------------------#

0 commit comments

Comments
 (0)