mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
remove print!
This commit is contained in:
parent
22acd07244
commit
0b811a0368
|
@ -58,7 +58,6 @@ def convert_serializer_field(field, is_input=True):
|
|||
field_model = field.Meta.model
|
||||
args = [global_registry.get_type_for_model(field_model)]
|
||||
|
||||
print('graphql_type', graphql_type, args)
|
||||
return graphql_type(*args, **kwargs)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user