mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove log message if not relevent
This commit is contained in:
parent
3eb1fa32f9
commit
36feef6558
@ -318,6 +318,7 @@ class PluginsRegistry:
|
||||
plugin.register_tasks()
|
||||
task_keys += plugin.get_task_names()
|
||||
|
||||
if len(task_keys) > 0:
|
||||
logger.info(f"Activated {len(task_keys)} scheduled tasks")
|
||||
|
||||
# Remove any scheduled tasks which do not match
|
||||
|
Loading…
Reference in New Issue
Block a user