plugins/mod_httpserver.lua

changeset 2774
55ec6991c1a8
parent 2773
591c8ae9ae09
child 2776
bdca5025fb46
--- a/plugins/mod_httpserver.lua	Thu Dec 10 16:27:17 2009 +0500
+++ b/plugins/mod_httpserver.lua	Thu Dec 10 16:34:38 2009 +0500
@@ -53,7 +53,6 @@
 	f:close();
 	local ext = path:match("%.([^.]*)$");
 	local mime = mime_map[ext]; -- Content-Type should be nil when not known
-	module:log("warn", "ext: %s, mime: %s", ext or "(nil)", mime or "(nil)");
 	return {
 		headers = { ["Content-Type"] = mime; };
 		body = data;

mercurial