Skip to content

Commit 41cb2bd

Browse files
committed
@GitHK review: remove log
1 parent e7a0b52 commit 41cb2bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ async def _computational_pipeline_status_message_parser(
9595
rabbit_message.user_id,
9696
include_state=True,
9797
)
98-
_logger.info("We got an update of pipeline status %s", rabbit_message.run_result)
9998
if rabbit_message.run_result in RUNNING_STATE_COMPLETED_STATES:
10099
# the pipeline finished, the frontend needs to update all computational nodes
101100
computational_node_ids = (

0 commit comments

Comments
 (0)