From 5efcee9d4d5fdf372fcdf4b580ce338889ff1339 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 20 Nov 2008 03:00:43 +0000 Subject: Remove or comment useless prints, or change them to log() --- core/stanza_router.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/stanza_router.lua') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 9a638896..a3837ddd 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -300,8 +300,6 @@ function core_route_stanza(origin, stanza) elseif origin.type == "component" or origin.type == "local" then -- Route via s2s for components and modules log("debug", "Routing outgoing stanza for %s to %s", origin.host, host); - for k,v in pairs(origin) do print("origin:", tostring(k), tostring(v)); end - print(tostring(host), tostring(from_host)) send_s2s(origin.host, host, stanza); else log("warn", "received stanza from unhandled connection type: %s", origin.type); -- cgit v1.2.3