From 9c2ebc29f60128d372268a98723a17dda2c74f47 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 25 Oct 2018 14:17:32 +0100 Subject: MUC: Remove debug log --- plugins/muc/muc.lib.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.3