Changeset

162:b1099bdd2724

Remove some overly-verbose debug log output
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 15:33:38 +0100
parents 161:8c1a8a3e32e8
children 163:3fec9b512d4e
files core/s2smanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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