mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Removed extra print statements
This commit is contained in:
parent
f52c0653d9
commit
2c9164d33d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user