Skip to content

Commit

Permalink
Merge pull request #118 from ssi-dk/chore/remove-unnecessary-print-st…
Browse files Browse the repository at this point in the history
…atement

chore: remove print statement
  • Loading branch information
DG-KFuglsang authored Nov 19, 2024
2 parents 6489af9 + 46eb6de commit ec52854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/SAP/src/repositories/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ def get_sample_id_from_sequence_id(sequence_id: str) -> str:
mydb = conn[DB_NAME]
samples = mydb[SAMPLES_COL_NAME]
id = str(samples.find({"categories.sample_info.summary.sofi_sequence_id": sequence_id}, {"_id": 1}).sort("metadata.updated_at", -1).next()["_id"])
print(f"Found {id} for seq: {sequence_id}")

return id

0 comments on commit ec52854

Please sign in to comment.