Commit 4f9d719b by Brian Coca

removed debug

parent d78c2fc2
......@@ -104,9 +104,6 @@ class CallbackBase:
def _process_items(self, result):
for res in result._result['results']:
import q
q(res)
newres = deepcopy(result)
newres._result = res
if 'failed' in res and res['failed']:
......
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