aboutsummaryrefslogtreecommitdiffstats
path: root/core/xmlhandlers.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-24 03:42:26 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-24 03:42:26 +0100
commit8fa7f063020263100d17978e2c97f9441d9db337 (patch)
treef65bff5e9096c367b1814320639b144230d326e9 /core/xmlhandlers.lua
parenteb8e9997e03f6b0c399af0a6f88ee85684c74d06 (diff)
downloadprosody-8fa7f063020263100d17978e2c97f9441d9db337.tar.gz
prosody-8fa7f063020263100d17978e2c97f9441d9db337.zip
working outgoing s2s \o/
Diffstat (limited to 'core/xmlhandlers.lua')
-rw-r--r--core/xmlhandlers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua
index 4187819c..9b76731a 100644
--- a/core/xmlhandlers.lua
+++ b/core/xmlhandlers.lua
@@ -35,7 +35,6 @@ function init_xmlhandlers(session, streamopened)
stanza:text(t_concat(chardata));
chardata = {};
end
- log("debug", "Start element: %s", tostring(name));
curr_ns,name = name:match("^(.+):([%w%-]+)$");
attr.xmlns = curr_ns;