aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-03-23 18:42:11 +0100
committerKim Alvefur <zash@zash.se>2015-03-23 18:42:11 +0100
commit92e7f6f56a739f3e7562c948b073bd9c1c0b2ea8 (patch)
tree43e1986adf74b1a188d4080e4c6c59d6e247be81 /plugins/mod_http.lua
parent187122f82301418de6c7865e115dae397665f675 (diff)
downloadprosody-92e7f6f56a739f3e7562c948b073bd9c1c0b2ea8.tar.gz
prosody-92e7f6f56a739f3e7562c948b073bd9c1c0b2ea8.zip
Backed out 35ebcb733c4c
Diffstat (limited to 'plugins/mod_http.lua')
-rw-r--r--plugins/mod_http.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 76ee151b..8bda1cac 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -84,7 +84,6 @@ function module.add_host(module)
local app_name = event.item.name;
local default_app_path = event.item.default_path or "/"..app_name;
local app_path = get_base_path(module, app_name, default_app_path);
- module:log("debug", "Serving '%s' at %s", app_name, module:http_url(app_name, app_path));
if not app_name then
-- TODO: Link to docs
module:log("error", "HTTP app has no 'name', add one or use module:provides('http', app)");