Skip to content

Commit

Permalink
Revert "DONOTMERGE lava_callback: add debug statements"
Browse files Browse the repository at this point in the history
This reverts commit 5ed8218.

Signed-off-by: Arnaud Ferraris <[email protected]>
  • Loading branch information
a-wai committed Apr 30, 2024
1 parent b47aa82 commit a72a0f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lava_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ def async_job_submit(api_helper, node_id, job_callback):
job_node['result'] = job_result
job_node['state'] = 'done'
if device_id:
print(f"DEBUG: Habemus device: {device_id}")
job_node['data']['device'] = device_id
else:
print(f"DEBUG: Device ID: {callback_data.get('actual_device_id')} => {device_id}")
hierarchy = job_callback.get_hierarchy(results, job_node)
api_helper.submit_results(hierarchy, job_node)

Expand Down

0 comments on commit a72a0f9

Please sign in to comment.