mod_admin_shell: Remove old variable declaration [luacheck]

This commit is contained in:
Matthew Wild 2020-06-01 16:38:16 +01:00
parent 5cdbe0edde
commit 81457f2fff

View file

@ -148,8 +148,6 @@ local function handle_line(event)
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);