Diff

plugins/mod_admin_shell.lua @ 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
parent 13605:74a8006ee7f6
child 13640:c749a751b4a5
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