From 603d4770eb3f1233748588525c56cc2d0a53a337 Mon Sep 17 00:00:00 2001 From: Markus Padourek Date: Tue, 26 Jul 2016 18:25:02 +0100 Subject: [PATCH] Remove print statements. --- examples/starwars_relay/tests/test_connections.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/starwars_relay/tests/test_connections.py b/examples/starwars_relay/tests/test_connections.py index 93527350..17b6865f 100644 --- a/examples/starwars_relay/tests/test_connections.py +++ b/examples/starwars_relay/tests/test_connections.py @@ -34,8 +34,5 @@ def test_correct_fetch_first_ship_rebels(): } } result = schema.execute(query) - print('-------------------------------') - print(result) - print(result.errors) assert not result.errors assert result.data == expected