From 2c9164d33d9eaaaf385867fe61ec4c5fb8bbe06e Mon Sep 17 00:00:00 2001 From: Sean-M Date: Thu, 21 Feb 2013 15:04:14 -0500 Subject: [PATCH] Removed extra print statements --- Testing/script/regression.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Testing/script/regression.py b/Testing/script/regression.py index 236f158ea0..ca6446d851 100644 --- a/Testing/script/regression.py +++ b/Testing/script/regression.py @@ -1598,11 +1598,7 @@ def execute_test(): run_test(make_path(case.input_dir, file), 0) write_html_foot() html.close() - print("Here here here here here here here here here") - print(case.common_log) - print(failedbool) logres = search_common_log("TskCoreException") - print(logres) if (len(logres)>0): failedbool = True global errorem