1
0
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:
Sean-M
2013-04-09 12:21:43 -04:00
parent c7c247fc86
commit 08be2344b7

View File

@@ -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)