mod_debug_reset: Remove now unused import of util.time (thanks luacheck)
authorMatthew Wild <mwild1@gmail.com>
Thu, 06 Apr 2023 14:49:11 +0100
changeset 13033 8ad432953300
parent 13032 b2e6a175537d
child 13034 1f89a2a9f532
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)
plugins/mod_debug_reset.lua
--- a/plugins/mod_debug_reset.lua	Thu Apr 06 14:17:50 2023 +0100
+++ b/plugins/mod_debug_reset.lua	Thu Apr 06 14:49:11 2023 +0100
@@ -7,8 +7,6 @@
 
 local hostmanager = require "prosody.core.hostmanager";
 
-local timer = require "prosody.util.timer";
-
 local function do_reset()
 	module:log("info", "Performing reset...");
 	local hosts = {};