From eb9f1bda0e791be20394a675387cb2dd07c734b1 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Fri, 27 Oct 2017 11:58:06 +0200 Subject: [PATCH] remove log --- test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.py b/test.py index cd3a2f7..b601b34 100644 --- a/test.py +++ b/test.py @@ -27,8 +27,7 @@ class FlaskrTestCase(unittest.TestCase): try: ast.parse(open('server.py').read()) assert True - except SyntaxError as exc: - print(exc) + except SyntaxError: assert False def test_index(self):