diff options
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r-- | core/modulemanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 67a77af6..49ad12ac 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -85,7 +85,6 @@ function load_modules_for_host(host) end end prosody_events.add_handler("host-activated", load_modules_for_host); -prosody_events.add_handler("component-activated", load_modules_for_host); -- function load(host, module_name, config) |