# HG changeset patch # User Matthew Wild # Date 1540473452 -3600 # Node ID a06419532efb9094a8f6a87ca8e1c5f793118e4e # Parent c93496785022f09020a023c9594e790d50a7ef15 MUC: Remove debug log diff -r c93496785022 -r a06419532efb plugins/muc/muc.lib.lua --- 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);