mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -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:
|
for model in models:
|
||||||
context[app][model.__name__] = model
|
context[app][model.__name__] = model
|
||||||
|
|
||||||
print(context)
|
|
||||||
|
|
||||||
# Initialize the Jinja2 environment and instantiate the Template
|
# Initialize the Jinja2 environment and instantiate the Template
|
||||||
environment = self._get_environment()
|
environment = self._get_environment()
|
||||||
if self.data_file:
|
if self.data_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user