Skip to content

Commit

Permalink
Removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Sep 19, 2023
1 parent 6e1d30e commit 364aef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/api_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def get_timeline_query(uri,filename,machine_id, branch, metrics, phase, start_da
phase_stats.phase ASC, {sorting_condition}
"""
print(query)
return (query, params)

def determine_comparison_case(ids):
Expand Down

0 comments on commit 364aef0

Please sign in to comment.