Diff

core/stanza_router.lua @ 31:aaccbf07849b

Remove now useless debug output
author Matthew Wild <mwild1@gmail.com>
date Tue, 30 Sep 2008 21:20:55 +0100
parent 30:bcf539295f2d
child 66:018705d57f09
line wrap: on
line diff
--- 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