plugins/muc/muc.lib.lua
changeset 9550 a06419532efb
parent 9535 9bb33edd7255
child 9603 5a2135964ed3
--- 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);