mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-14 02:02:20 +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():
|
def dynamic_type():
|
||||||
_type = registry.get_type_for_model(model)
|
_type = registry.get_type_for_model(model)
|
||||||
print('created type ', _type)
|
|
||||||
if not _type:
|
if not _type:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user