mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-03 22:39:56 +00:00
Removed an unneccesary print statement from regression tests.
This commit is contained in:
@@ -441,7 +441,6 @@ def run_config_test(config_file):
|
||||
for img in images:
|
||||
run_test(img, 0 )
|
||||
else:
|
||||
print(values)
|
||||
for img in values:
|
||||
if file_exists(img):
|
||||
run_test(img, 0)
|
||||
|
||||
Reference in New Issue
Block a user