core/xmlhandlers.lua
changeset 355 e25c8d91b37f
parent 341 a9e02b5c58d2
child 519 cccd610a0ef9
--- 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);