Skip to content

Commit a127357

Browse files
committed
Remove leftover print()
1 parent 0b0ab73 commit a127357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plasma/models/builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ def get_all_saved_files(self):
443443
if os.path.isfile(os.path.join(path, name))]
444444
epochs = []
445445
for fname in filenames:
446-
print(fname)
447446
curr_id, epoch = self.extract_id_and_epoch_from_filename(fname)
448447
if curr_id == unique_id:
449448
epochs.append(epoch)

0 commit comments

Comments
 (0)