Skip to content

Commit

Permalink
Removing unnecessary logging from _mpi_mode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cms21 authored Aug 8, 2023
1 parent 10f5d27 commit 273c95e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion balsam/site/launcher/_mpi_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def acquire_jobs(self) -> List["Job"]:
def launch_runs(self) -> None:
acquired = self.acquire_jobs()
acquired.extend(self.job_stash)
logger.info(f"acquired jobs: {acquired}")
self.job_stash = []
for job in acquired:
assert job.id is not None
Expand Down

0 comments on commit 273c95e

Please sign in to comment.