Backed out 35ebcb733c4c
authorKim Alvefur <zash@zash.se>
Mon, 23 Mar 2015 18:42:11 +0100
changeset 6586 93bab6958683
parent 6585 71b5de1d830b
child 6587 c3a56f8847ac
Backed out 35ebcb733c4c
plugins/mod_http.lua
--- a/plugins/mod_http.lua	Tue Mar 10 16:26:25 2015 +0100
+++ b/plugins/mod_http.lua	Mon Mar 23 18:42:11 2015 +0100
@@ -84,7 +84,6 @@
 		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)");