Skip to content

Commit

Permalink
remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 10, 2025
1 parent 433a580 commit a6785d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iceprod/scheduled_tasks/queue_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ async def run(rest_client, config, dataset_id='', gpus=None, debug=False):
args = {'status': 'idle|waiting'}
if gpus is not None:
args['gpu'] = gpus
print(args)
return
tasks = await rest_client.request('GET', route, args)
if 'idle' in tasks:
num_tasks_idle = tasks['idle']
Expand Down

0 comments on commit a6785d4

Please sign in to comment.