Removed extra print statements

This commit is contained in:
Sean-M 2013-02-21 15:04:14 -05:00
parent f52c0653d9
commit 2c9164d33d

View File

@ -1598,11 +1598,7 @@ def execute_test():
run_test(make_path(case.input_dir, file), 0) run_test(make_path(case.input_dir, file), 0)
write_html_foot() write_html_foot()
html.close() html.close()
print("Here here here here here here here here here")
print(case.common_log)
print(failedbool)
logres = search_common_log("TskCoreException") logres = search_common_log("TskCoreException")
print(logres)
if (len(logres)>0): if (len(logres)>0):
failedbool = True failedbool = True
global errorem global errorem