Remove print statements for debugging in schema test

This commit is contained in:
Christoph Zwerschke 2019-06-30 12:03:20 +02:00 committed by Mel van Londen
parent ff83b72b68
commit 5991c6efca

View File

@ -52,8 +52,4 @@ def test_schema_str():
def test_schema_introspect():
schema = Schema(Query)
print()
print(schema)
print()
print(schema.introspect())
assert "__schema" in schema.introspect()