Remove more debug messages
This commit is contained in:
parent
66487817dd
commit
bd0bf4368c
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue