From f2e2e910d9c646849e55f97215217b87de491805 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 23 May 2020 16:07:35 +0300 Subject: Remove stray print call. --- run_project_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run_project_tests.py b/run_project_tests.py index bcfe05c..18731d6 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -417,7 +417,6 @@ def _compare_output(expected: T.List[T.Dict[str, str]], output: str, desc: str) match = bool(re.match(expected, actual)) else: match = (expected == actual) - print(actual) if match: how, expected = next_expected(i) -- cgit v1.1