diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-20 01:31:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-20 01:31:15 +0000 |
commit | 572a0324a3b05d78028d446a1ba2f1e3280046cd (patch) | |
tree | dcd7efa49a1670d9ba673ad5de3446eadff554cc /core | |
parent | 57484427669ad05811f8f4110deb6dabb69af930 (diff) | |
download | prosody-572a0324a3b05d78028d446a1ba2f1e3280046cd.tar.gz prosody-572a0324a3b05d78028d446a1ba2f1e3280046cd.zip |
Remove a debug print() from xmlhandlers
Diffstat (limited to 'core')
-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 42ccf388..a97db8e9 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -68,7 +68,6 @@ function init_xmlhandlers(session, stream_callbacks) if not stanza then --if we are not currently inside a stanza if session.notopen then - print("client opening with "..tostring(name)); if name == "stream" then if cb_streamopened then cb_streamopened(session, attr); |