From 55e1d561e71a2a49cec3bf424ce5f5197586ee9f Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 30 Sep 2008 21:20:55 +0100 Subject: Remove now useless debug output --- core/stanza_router.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/stanza_router.lua') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 0ca534ce..89bea131 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -34,7 +34,6 @@ function core_handle_stanza(origin, stanza) -- 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 -- cgit v1.2.3