mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_smacks: Remove now unused variable [luacheck]
This commit is contained in:
parent
c3ee82bcab
commit
b1898099ee
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ function handle_a(origin, stanza)
|
|||
end
|
||||
|
||||
for _=1,math_min(handled_stanza_count,#queue) do
|
||||
local handled_stanza = t_remove(origin.outgoing_stanza_queue, 1);
|
||||
t_remove(origin.outgoing_stanza_queue, 1);
|
||||
end
|
||||
|
||||
origin.log("debug", "#queue = %d", #queue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue