mod_debug_reset: Remove now unused import of util.time (thanks luacheck)

This commit is contained in:
Matthew Wild 2023-04-06 14:49:11 +01:00
parent 72c5ac4054
commit ae5bf133e7

View file

@ -7,8 +7,6 @@ module:set_global();
local hostmanager = require "prosody.core.hostmanager";
local timer = require "prosody.util.timer";
local function do_reset()
module:log("info", "Performing reset...");
local hosts = {};