Software /
code /
prosody
Diff
core/xmlhandlers.lua @ 355:e25c8d91b37f
Remove a debug print() from xmlhandlers
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 20 Nov 2008 01:31:15 +0000 |
parent | 341:a9e02b5c58d2 |
child | 519:cccd610a0ef9 |
line wrap: on
line diff
--- a/core/xmlhandlers.lua Thu Nov 20 01:14:31 2008 +0000 +++ b/core/xmlhandlers.lua Thu Nov 20 01:31:15 2008 +0000 @@ -68,7 +68,6 @@ 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);