mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Remove an unneeded print statement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user