Skip to content

Commit ccce028

Browse files
committed
debug: add print statements to custom_logger
1 parent 4863360 commit ccce028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

callback_plugins/custom_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def playbook_on_stats(self, stats):
5353
self.log_summary_results(host)
5454

5555
def log_task_result(self, host, result, task_name):
56-
print("logging task result: %s - %s - %s" % (host, result, task_name))
5756
# test_run_result.out only interested in the test tasks, not setup or debug.
5857
if "RHELOSP" in task_name or "RHOSO" in task_name or "UI" in task_name:
5958
if "RHELOSP" in task_name:

0 commit comments

Comments
 (0)