mod_admin_shell: Remove log statement intended for development only

This commit is contained in:
Matthew Wild 2025-01-16 11:35:19 +00:00
parent b53c7b03aa
commit 76f00fc2e3

View file

@ -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