removed print

This commit is contained in:
Abhimanyu Saharan 2023-08-09 21:22:22 +05:30
parent 69ffdbf8dd
commit 93f6574902

View File

@ -266,8 +266,6 @@ class ConfigTemplate(SyncedDataMixin, ExportTemplatesMixin, TagsMixin, ChangeLog
for model in models:
context[app][model.__name__] = model
print(context)
# Initialize the Jinja2 environment and instantiate the Template
environment = self._get_environment()
if self.data_file: