Mercurial > prosody-modules
changeset 3901:a7ba6929d425
mod_muc_moderation: Remove debug message
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Feb 2020 21:40:19 +0100 |
parents | 06971a04216f |
children | 341850e8866f |
files | mod_muc_moderation/mod_muc_moderation.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_moderation/mod_muc_moderation.lua Sat Feb 22 21:34:37 2020 +0100 +++ b/mod_muc_moderation/mod_muc_moderation.lua Sat Feb 22 21:40:19 2020 +0100 @@ -109,7 +109,6 @@ -- Done, tell people about it module:log("info", "Message with id '%s' in room %s moderated by %s, reason: %s", stanza_id, room_jid, actor, reason); - module:log("debug", ":broadcast(%s)", announcement); room:broadcast(announcement); origin.send(st.reply(stanza));