mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Remove an unneeded print statement
This commit is contained in:
parent
28a1f64d54
commit
94e0d9ab1d
@ -97,7 +97,6 @@ def process_job_event(data):
|
||||
retry_count)
|
||||
|
||||
def callback_worker(port):
|
||||
print("Starting worker")
|
||||
pool_context = zmq.Context()
|
||||
pool_subscriber = pool_context.socket(zmq.PULL)
|
||||
pool_subscriber.connect(port)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user