Remove some overly-verbose debug log output

Fri, 24 Oct 2008 15:33:38 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 24 Oct 2008 15:33:38 +0100
changeset 162
b1099bdd2724
parent 161
8c1a8a3e32e8
child 163
3fec9b512d4e

Remove some overly-verbose debug log output

core/s2smanager.lua file | annotate | diff | comparison | revisions
--- a/core/s2smanager.lua	Fri Oct 24 15:32:31 2008 +0100
+++ b/core/s2smanager.lua	Fri Oct 24 15:33:38 2008 +0100
@@ -172,7 +172,6 @@
 	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

mercurial