From: Matthew Wild Date: Fri, 24 Oct 2008 14:33:38 +0000 (+0100) Subject: Remove some overly-verbose debug log output X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b474bd0132bb7cca9fff6fa394997c616bb3c9a1;p=prosody.git Remove some overly-verbose debug log output --- diff --git a/core/s2smanager.lua b/core/s2smanager.lua index be5b8243..38919d81 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -172,7 +172,6 @@ function mark_connected(session) if sendq then session.log("debug", "sending queued stanzas across new connection"); for i, data in ipairs(sendq) do - session.log("debug", "sending: %s", tostring(data)); send(data); sendq[i] = nil; end