Skip to content

Commit

Permalink
disable print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Jun 6, 2024
1 parent cc6b6e5 commit a4d7a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparcscore/ml/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def add_hdf_to_index(self, current_label, path):
for row in index_handle:
self.data_locator.append([current_label, handle_id]+list(row))

print(f"Added cell with target {current_label} to data locator.")
#print(f"Added cell with target {current_label} to data locator.")
except:
return

Expand Down

0 comments on commit a4d7a32

Please sign in to comment.