# HG changeset patch # User Matthew Wild # Date 1370464653 -3600 # Node ID c4b6ebea7185abc9725d70fdf8aa793a4c5dc818 # Parent ae079d57af2e78fd25f6183d7d647fc15d0429bf mod_bosh: Remove some very verbose logging diff -r ae079d57af2e -r c4b6ebea7185 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Wed Jun 05 21:36:29 2013 +0100 +++ b/plugins/mod_bosh.lua Wed Jun 05 21:37:33 2013 +0100 @@ -139,9 +139,6 @@ local r = session.requests; log("debug", "Session %s has %d out of %d requests open", context.sid, #r, session.bosh_hold); log("debug", "and there are %d things in the send_buffer:", #session.send_buffer); - for i, thing in ipairs(session.send_buffer) do - log("debug", " %s", tostring(thing)); - end if #r > session.bosh_hold then -- We are holding too many requests, send what's in the buffer, log("debug", "We are holding too many requests, so...");