Skip to content

Commit

Permalink
Delete debug log entry in query task
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Nov 29, 2023
1 parent 8abcad1 commit c2708ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beeflow/common/worker/slurm_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def query_task(self, job_id):
try:
resp = self.session.get(f'{self.slurm_url}/job/{job_id}')

log.info(resp.text)
if resp.status_code != 200:
raise WorkerError(f'Failed to query job {job_id}')
data = json.loads(resp.text)
Expand Down

0 comments on commit c2708ca

Please sign in to comment.