removed print

This commit is contained in:
Mardanov Timur Rustemovich 2018-11-20 05:00:01 +03:00
parent 9d30abb77e
commit 1ecc760a6b

View File

@ -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