aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-01-16 11:35:19 +0000
committerMatthew Wild <mwild1@gmail.com>2025-01-16 11:35:19 +0000
commit76f00fc2e3efc9298abf496713b3dfef12b6f174 (patch)
tree26871961e2e7302e4d38a7e73438a33d367ea35a /plugins
parentb53c7b03aa5276f0d3e453740247f6ca4a600dce (diff)
downloadprosody-76f00fc2e3efc9298abf496713b3dfef12b6f174.tar.gz
prosody-76f00fc2e3efc9298abf496713b3dfef12b6f174.zip
mod_admin_shell: Remove log statement intended for development only
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_admin_shell.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index 5974c029..974ed8d9 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -191,7 +191,6 @@ local function request_repl_input(session, input_type)
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