Software /
code /
prosody
Changeset
13625:ff13dd315e68
mod_admin_shell: Remove log statement intended for development only
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 16 Jan 2025 11:35:19 +0000 |
parents | 13624:de902cc0d46c |
children | 13626:ac60c21015c7 |
files | plugins/mod_admin_shell.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Wed Jan 15 09:55:28 2025 +0100 +++ b/plugins/mod_admin_shell.lua Thu Jan 16 11:35:19 2025 +0000 @@ -191,7 +191,6 @@ pending_inputs:set(input_id, nil); end); session.send(st.stanza("repl-request-input", { type = input_type, id = input_id })); - module:log("warn", "REQUESTED INPUT %s", input_type); return p; end