From 572a0324a3b05d78028d446a1ba2f1e3280046cd Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 20 Nov 2008 01:31:15 +0000 Subject: Remove a debug print() from xmlhandlers --- core/xmlhandlers.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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); -- cgit v1.2.3