core/stanza_router.lua

changeset 31
aaccbf07849b
parent 30
bcf539295f2d
child 66
018705d57f09
--- a/core/stanza_router.lua	Tue Sep 30 19:52:00 2008 +0100
+++ b/core/stanza_router.lua	Tue Sep 30 21:20:55 2008 +0100
@@ -34,7 +34,6 @@
 		
 		-- Stanza is to this server, or a user on this server
 		log("debug", "Routing stanza to local");
-		print(type(origin), type(stanza));
 		handle_stanza(session, stanza);
 	end	
 end

mercurial