mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Remove some unnecessary print statements
This commit is contained in:
@@ -133,9 +133,7 @@ def notification_handler(server):
|
|||||||
'type': 'event',
|
'type': 'event',
|
||||||
}
|
}
|
||||||
for session_id, socket in list(server.sockets.iteritems()):
|
for session_id, socket in list(server.sockets.iteritems()):
|
||||||
print("Going to emit an event, here are our sessions: %s" % valid_sockets)
|
|
||||||
if session_id in valid_sockets:
|
if session_id in valid_sockets:
|
||||||
print("Sending to session: %s" % str(session_id))
|
|
||||||
socket.send_packet(packet)
|
socket.send_packet(packet)
|
||||||
|
|
||||||
class Command(NoArgsCommand):
|
class Command(NoArgsCommand):
|
||||||
|
|||||||
Reference in New Issue
Block a user