diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-25 14:17:32 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-25 14:17:32 +0100 |
commit | 9c2ebc29f60128d372268a98723a17dda2c74f47 (patch) | |
tree | cec40d99d8ac819465a8d2486a0405eec79188f4 | |
parent | 5d8613b3c136f556a8fd4f0ebb28475af1fa1763 (diff) | |
download | prosody-9c2ebc29f60128d372268a98723a17dda2c74f47.tar.gz prosody-9c2ebc29f60128d372268a98723a17dda2c74f47.zip |
MUC: Remove debug log
-rw-r--r-- | plugins/muc/muc.lib.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua index c6ebed8f..f69e518b 100644 --- a/plugins/muc/muc.lib.lua +++ b/plugins/muc/muc.lib.lua @@ -1233,7 +1233,6 @@ function room_mt:each_affiliation(with_affiliation) 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); |