From ae5bf133e7c914f1f01b283fbb601c30b7022dd8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 6 Apr 2023 14:49:11 +0100 Subject: mod_debug_reset: Remove now unused import of util.time (thanks luacheck) --- plugins/mod_debug_reset.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/mod_debug_reset.lua b/plugins/mod_debug_reset.lua index eb54c400..5964aff0 100644 --- a/plugins/mod_debug_reset.lua +++ b/plugins/mod_debug_reset.lua @@ -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 = {}; -- cgit v1.2.3