diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-24 03:42:26 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-24 03:42:26 +0100 |
commit | 8fa7f063020263100d17978e2c97f9441d9db337 (patch) | |
tree | f65bff5e9096c367b1814320639b144230d326e9 /core/xmlhandlers.lua | |
parent | eb8e9997e03f6b0c399af0a6f88ee85684c74d06 (diff) | |
download | prosody-8fa7f063020263100d17978e2c97f9441d9db337.tar.gz prosody-8fa7f063020263100d17978e2c97f9441d9db337.zip |
working outgoing s2s \o/
Diffstat (limited to 'core/xmlhandlers.lua')
-rw-r--r-- | core/xmlhandlers.lua | 1 |
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; |