Diff

plugins/mod_debug_reset.lua @ 13029:8ad432953300

mod_debug_reset: Remove now unused import of util.time (thanks luacheck)
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Apr 2023 14:49:11 +0100
parent 13028:b2e6a175537d
line wrap: on
line diff
--- 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 = {};