# HG changeset patch # User Matthew Wild # Date 1680788951 -3600 # Node ID 8ad432953300f028546d6a7d69e3188c42adabf6 # Parent b2e6a175537db0fc6f9be500568e29ea9e60093c mod_debug_reset: Remove now unused import of util.time (thanks luacheck) diff -r b2e6a175537d -r 8ad432953300 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 = {};