mod_pastebin/mod_pastebin.lua
changeset 25 ea59a8d98b03
parent 24 72bcc0475e2f
child 71 3c18c2d03bc2
--- a/mod_pastebin/mod_pastebin.lua	Fri Oct 02 22:15:14 2009 +0100
+++ b/mod_pastebin/mod_pastebin.lua	Fri Oct 02 22:16:19 2009 +0100
@@ -54,7 +54,7 @@
 	if not body then return; end
 	body = body:get_text();
 	
-	module:log("debug", "Body(%s) length: %d", type(body), #(body or ""));
+	--module:log("debug", "Body(%s) length: %d", type(body), #(body or ""));
 	
 	if body and #body > length_threshold then
 		local url = pastebin_message(body);