Remove some overly-verbose debug log output
authorMatthew Wild <mwild1@gmail.com>
Fri, 24 Oct 2008 14:33:38 +0000 (15:33 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 24 Oct 2008 14:33:38 +0000 (15:33 +0100)
core/s2smanager.lua

index be5b8243d89a33253596a66b70b5af40a6c23af0..38919d8157c5be2c6c18a858963e47a2a8839d2e 100644 (file)
@@ -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