diff --git a/graphene/types/tests/test_schema.py b/graphene/types/tests/test_schema.py index acd6f972..18f102a0 100644 --- a/graphene/types/tests/test_schema.py +++ b/graphene/types/tests/test_schema.py @@ -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()