Skip to content

Commit

Permalink
remove failed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Aug 8, 2024
1 parent 536f515 commit 6235b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_management/services/spectrack_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def insert_spectrack_specimen(self, values: tuple):
(values[0],),
)[0]["specimen_count"]
if result == 0:
logger.info("Inserting into spectrack_specimen for specimen id: " + str(values[0]))
self.db.insert_data(
"INSERT INTO data_management.spectrack_specimen ( "
+ "spectrack_specimen_id, spectrack_sample_id, "
Expand Down

0 comments on commit 6235b38

Please sign in to comment.