Skip to content

Commit

Permalink
rm duplicate log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Jul 18, 2024
1 parent 8d20e5f commit 22ef64e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snakemake_executor_plugin_azure_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,6 @@ def _report_pool_errors(self, job: SubmittedJobInfo):

def _report_task_status(self, job: SubmittedJobInfo):
"""report batch task status. Return True if still running, False if not"""
self.logger.debug(
f"checking status of job {job.external_jobid}, {job.job}, {job}"
)
try:
task: bm.CloudTask = self.batch_client.task.get(
job_id=self.job_id, task_id=job.external_jobid
Expand Down

0 comments on commit 22ef64e

Please sign in to comment.