Remove merge vestige

This commit is contained in:
Brian Tiemann 2025-02-25 14:15:35 -05:00
parent 8e14b10609
commit 633d0c9b79

View File

@ -791,7 +791,6 @@ if 'extras.events.process_event_queue' not in EVENTS_PIPELINE:
EVENTS_PIPELINE.insert(0, 'extras.events.process_event_queue')
# Register any configured plugins
incompatible_plugins = []
for plugin_name in PLUGINS:
try:
# Import the plugin module