Commit 8f180faa authored by Jérome Perrin's avatar Jérome Perrin

ACO: do not log json, log becomes unreadable

parent 8c11c899
......@@ -33,8 +33,6 @@ class ACO(plugin.ExecutionPlugin):
def run(self, data):
"""Preprocess the data.
"""
self.logger.info("run: %s " % (pformat(data)))
distributor_url = data['general'].get('distributorURL')
distributor = None
if distributor_url:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment