Remove more debug messages

This commit is contained in:
Oliver 2022-03-24 12:08:56 +11:00
parent 66487817dd
commit bd0bf4368c

View File

@ -59,13 +59,9 @@ def register_event(event, *args, **kwargs):
logger.debug(f"Registering triggered event: '{event}'")
print("register_event")
# Determine if there are any plugins which are interested in responding
if settings.PLUGIN_TESTING or InvenTreeSetting.get_setting('ENABLE_PLUGINS_EVENTS'):
print("checking plugins")
with transaction.atomic():
for slug, plugin in registry.plugins.items():