diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 779f399ef..0552270a2 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -867,8 +867,6 @@ for plugin_name in PLUGINS: EVENTS_PIPELINE.extend(events_pipeline) -print(EVENTS_PIPELINE) - # UNSUPPORTED FUNCTIONALITY: Import any local overrides. try: from .local_settings import *