mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 09:07:45 -02:30
Cleaning up some parts of the logging branch
* Fixing some flake8 warnings * Removing some superflous print statements
This commit is contained in:
@@ -53,8 +53,6 @@ class FactBrokerWorker(ConsumerMixin):
|
||||
return (module, facts)
|
||||
|
||||
def process_fact_message(self, body, message):
|
||||
print body
|
||||
print type(body)
|
||||
hostname = body['host']
|
||||
inventory_id = body['inventory_id']
|
||||
facts_data = body['facts']
|
||||
|
||||
Reference in New Issue
Block a user