diff options
author | Kim Alvefur <zash@zash.se> | 2015-03-23 18:40:12 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-03-23 18:40:12 +0100 |
commit | a676aa5e4504b14062e5afa091d815911a779dd6 (patch) | |
tree | a76b877959fdb0bb261d09c530094ee2fc3e2ecc /plugins | |
parent | ebea1abf086e20124449a30e354018914ecd2267 (diff) | |
download | prosody-a676aa5e4504b14062e5afa091d815911a779dd6.tar.gz prosody-a676aa5e4504b14062e5afa091d815911a779dd6.zip |
Backout 7726b627c3ea
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_http.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua index 610ae0ae..86689aff 100644 --- a/plugins/mod_http.lua +++ b/plugins/mod_http.lua @@ -102,7 +102,6 @@ function module.add_host(module) end if not app_handlers[event_name] then app_handlers[event_name] = handler; - module:log("debug", "Adding app '%s' to handle %s", app_name, event_name); module:hook_object_event(server, event_name, handler); else module:log("warn", "App %s added handler twice for '%s', ignoring", app_name, event_name); |