Skip to content

Commit

Permalink
🎨 remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Jun 30, 2023
1 parent 81210c5 commit 4ddf862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/beastiary/api/endpoints/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def get_samples(
"""
Retrieve samples.
"""
print(trace_id)
trace = crud.trace.get(db=request.app.db, id=trace_id)
if not trace:
raise HTTPException(404, detail="Trace not found!")
Expand Down

0 comments on commit 4ddf862

Please sign in to comment.