mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
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…
x
Reference in New Issue
Block a user