prosodyctl: Remove unused import

Leftover after 854df134274f
This commit is contained in:
Kim Alvefur 2025-01-08 08:52:50 +01:00
parent 7ed9729e52
commit 83e27a61c8

View file

@ -78,8 +78,6 @@ local read_password = human_io.read_password;
local call_luarocks = prosodyctl.call_luarocks;
local error_messages = prosodyctl.error_messages;
local jid_split = require "prosody.util.jid".prepped_split;
local prosodyctl_timeout = (configmanager.get("*", "prosodyctl_timeout") or 5) * 2;
-----------------------
local commands = {};