Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 9547:a06419532efb
MUC: Remove debug log
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 25 Oct 2018 14:17:32 +0100 |
parent | 9532:9bb33edd7255 |
child | 9599:5a2135964ed3 |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Thu Oct 25 14:16:14 2018 +0100 +++ b/plugins/muc/muc.lib.lua Thu Oct 25 14:17:32 2018 +0100 @@ -1233,7 +1233,6 @@ end function room_mt:set_affiliation(actor, jid, affiliation, reason, data) - module:log("debug", "data is %s", tostring(data)); if not actor then return nil, "modify", "not-acceptable"; end; local node, host, resource = jid_split(jid);