# HG changeset patch # User Matthew Wild # Date 1227144675 0 # Node ID e25c8d91b37f3c298617e5ae10e5589183355512 # Parent 9b461ae785b1d6984a3c5bcdff2889505f155378 Remove a debug print() from xmlhandlers diff -r 9b461ae785b1 -r e25c8d91b37f core/xmlhandlers.lua --- 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);