# HG changeset patch # User Kim Alvefur # Date 1736322770 -3600 # Node ID 6127b51803bbbedc07846ea0b786ed2ce1863d49 # Parent 74a8006ee7f6e3e2e47722d5f4c0222954566583 prosodyctl: Remove unused import Leftover after 854df134274f diff -r 74a8006ee7f6 -r 6127b51803bb prosodyctl --- a/prosodyctl Wed Jan 08 08:41:15 2025 +0100 +++ b/prosodyctl Wed Jan 08 08:52:50 2025 +0100 @@ -78,8 +78,6 @@ 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 = {};