mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove debug messages
This commit is contained in:
parent
31b71fe29f
commit
66487817dd
@ -70,13 +70,8 @@ def register_event(event, *args, **kwargs):
|
||||
|
||||
for slug, plugin in registry.plugins.items():
|
||||
|
||||
print("slug:", slug)
|
||||
print("plugin:", plugin)
|
||||
|
||||
if plugin.mixin_enabled('events'):
|
||||
|
||||
print("events are enabled for this plugin!")
|
||||
|
||||
config = plugin.plugin_config()
|
||||
|
||||
if config and config.active:
|
||||
|
Loading…
Reference in New Issue
Block a user