[Fuego] [PATCH 23/29] parser: remove unneeded debug print

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri Jul 21 08:02:14 UTC 2017


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/parser/common.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/engine/scripts/parser/common.py b/engine/scripts/parser/common.py
index 16bc46f..5c80319 100644
--- a/engine/scripts/parser/common.py
+++ b/engine/scripts/parser/common.py
@@ -129,7 +129,6 @@ def add_results(results, run_data):
             hls("Unrecognized results format", "w")
 
 def init_run_data(run_data, ref):
-    print "the ref" + str(ref)
     run_data['test_sets'] = ref['test_sets']
     for test_set in run_data['test_sets']:
         test_set['status'] = 'SKIP'
-- 
2.7.4




More information about the Fuego mailing list