plugins/mod_admin_shell.lua
changeset 10867 455a151db834
parent 10864 934dca972f2c
child 10882 b37dc3776f69
--- a/plugins/mod_admin_shell.lua	Mon Jun 01 17:27:50 2020 +0200
+++ b/plugins/mod_admin_shell.lua	Mon Jun 01 16:38:16 2020 +0100
@@ -148,8 +148,6 @@
 
 	local taskok, message = chunk();
 
-	local result = st.stanza("repl-result");
-
 	if not message then
 		if type(taskok) ~= "string" and useglobalenv then
 			taskok = session.serialize(taskok);