diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-24 13:41:18 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-24 13:41:18 +0000 |
commit | 829b01aba17e13d75c13679fe6343171378e25d9 (patch) | |
tree | e4fca8b30e86975bf10ef581f281c91603e7eed8 /plugins/mod_http.lua | |
parent | f7786f4031dad5dd2daaf92c7c099448334d892d (diff) | |
parent | 13edf3e093fd656d5110b277eca4c9805f3d925c (diff) | |
download | prosody-829b01aba17e13d75c13679fe6343171378e25d9.tar.gz prosody-829b01aba17e13d75c13679fe6343171378e25d9.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_http.lua')
-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 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)"); |