Remove excess print from SchemaInflatorGenerator
This commit is contained in:
@@ -100,7 +100,6 @@ class SchemaInflatorGenerator:
|
|||||||
'_lookup_table': lookup_table
|
'_lookup_table': lookup_table
|
||||||
}
|
}
|
||||||
exec(convertor_functext, namespace)
|
exec(convertor_functext, namespace)
|
||||||
print(convertor_functext)
|
|
||||||
|
|
||||||
# пихаем сгенеренный метод в табличку,
|
# пихаем сгенеренный метод в табличку,
|
||||||
# ожидаем что она обновится во всех вложенных методах,
|
# ожидаем что она обновится во всех вложенных методах,
|
||||||
|
|||||||
Reference in New Issue
Block a user