# HG changeset patch # User Matthew Wild # Date 1737027319 0 # Node ID ff13dd315e68dcde2a3ef5a7b4d2893182767318 # Parent de902cc0d46c569904af9584394b2db0866b4f1d mod_admin_shell: Remove log statement intended for development only diff -r de902cc0d46c -r ff13dd315e68 plugins/mod_admin_shell.lua --- 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