Software /
code /
prosody
Changeset
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 |
parents | 13028:b2e6a175537d |
children | 13030:1f89a2a9f532 |
files | plugins/mod_debug_reset.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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 = {};