MUC: Remove debug log
authorMatthew Wild <mwild1@gmail.com>
Thu, 25 Oct 2018 14:17:32 +0100
changeset 9550 a06419532efb
parent 9549 c93496785022
child 9551 a83afc22e9d7
MUC: Remove debug log
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);