mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
removed print
This commit is contained in:
parent
69ffdbf8dd
commit
93f6574902
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user