mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Remove some overly-verbose debug log output
This commit is contained in:
parent
b3d6f36fb1
commit
f9d8f8970f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue