Skip to content

Commit

Permalink
Remove a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Aug 23, 2024
1 parent e875dda commit 660318a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parsl/executors/status_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ def status(self) -> Dict[str, JobStatus]:
status = self._make_status_dict(block_ids, self._provider.status(job_ids))
else:
status = {}

logger.debug(f"status from provider is {status}, simulated status to override is {self._simulated_status}")
status.update(self._simulated_status)

return status
Expand Down

0 comments on commit 660318a

Please sign in to comment.