mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-06 07:18:48 +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():
|
for slug, plugin in registry.plugins.items():
|
||||||
|
|
||||||
print("slug:", slug)
|
|
||||||
print("plugin:", plugin)
|
|
||||||
|
|
||||||
if plugin.mixin_enabled('events'):
|
if plugin.mixin_enabled('events'):
|
||||||
|
|
||||||
print("events are enabled for this plugin!")
|
|
||||||
|
|
||||||
config = plugin.plugin_config()
|
config = plugin.plugin_config()
|
||||||
|
|
||||||
if config and config.active:
|
if config and config.active:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user