Changeset

355:e25c8d91b37f

Remove a debug print() from xmlhandlers
author Matthew Wild <mwild1@gmail.com>
date Thu, 20 Nov 2008 01:31:15 +0000
parents 354:9b461ae785b1
children 356:8ff322b550a3
files core/xmlhandlers.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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);