Software /
code /
prosody
Changeset
9547:a06419532efb
MUC: Remove debug log
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 25 Oct 2018 14:17:32 +0100 |
parents | 9546:c93496785022 |
children | 9548:a83afc22e9d7 |
files | plugins/muc/muc.lib.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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);