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