Skip to content

Commit 83f03c8

Browse files
committed
reduce logging
1 parent 42208bc commit 83f03c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

biomero/slurm_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ def bring_listener_uptodate(self, listener, start=1):
588588
# Begin a transaction
589589
listener.pull_and_process(leader_name=WorkflowTracker.__name__, start=start)
590590
session.commit()
591-
logger.info("Updated listener successfully")
592591
except IntegrityError as e:
593592
logger.error(e)
594593
session.rollback()

0 commit comments

Comments
 (0)