removing debugging print statement

Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
Scott Murray
2022-02-11 13:28:09 -08:00
parent b340877f7c
commit 361a7385d5
@@ -82,7 +82,6 @@ def compare_screenshot_similarity(
result = 'You must specify a screenshot_directory in order to create a zip archive.\n'
mean_similarity = compare_screenshots(test_screenshot, golden_image)
print(f"MEAN_SIMILARITY = {mean_similarity}")
if not mean_similarity > similarity_threshold:
if create_zip_archive:
create_screenshots_archive(screenshot_directory)