Skip to content

Commit c7d7034

Browse files
committed
remove debugging
1 parent 008e5e3 commit c7d7034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

st2common/st2common/stream/listener.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def generator(self, events=None, action_refs=None, execution_ids=None,
9090
# TODO: Move to common option
9191
message = queue.get(timeout=cfg.CONF.stream.heartbeat)
9292
if not message:
93-
LOG.debug("not_message_generator")
9493
yield message
9594
continue
9695
event_name, body = message

0 commit comments

Comments
 (0)