core/xmlhandlers.lua

branch
s2s
changeset 146
3826ca244eb6
parent 145
fbb3a4ff9cf1
child 148
4c0dcd245d34
--- a/core/xmlhandlers.lua	Fri Oct 24 03:06:55 2008 +0100
+++ b/core/xmlhandlers.lua	Fri Oct 24 03:42:26 2008 +0100
@@ -35,7 +35,6 @@
 				stanza:text(t_concat(chardata));
 				chardata = {};
 			end
-			log("debug", "Start element: %s", tostring(name));
 			curr_ns,name = name:match("^(.+):([%w%-]+)$");
 			attr.xmlns = curr_ns;
 			

mercurial