mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
removed print
This commit is contained in:
parent
9d30abb77e
commit
1ecc760a6b
|
@ -170,7 +170,6 @@ def convert_onetoone_field_to_djangomodel(field, registry=None):
|
|||
|
||||
def dynamic_type():
|
||||
_type = registry.get_type_for_model(model)
|
||||
print('created type ', _type)
|
||||
if not _type:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user