mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)
This commit is contained in:
parent
72c5ac4054
commit
ae5bf133e7
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ module:set_global();
|
||||||
|
|
||||||
local hostmanager = require "prosody.core.hostmanager";
|
local hostmanager = require "prosody.core.hostmanager";
|
||||||
|
|
||||||
local timer = require "prosody.util.timer";
|
|
||||||
|
|
||||||
local function do_reset()
|
local function do_reset()
|
||||||
module:log("info", "Performing reset...");
|
module:log("info", "Performing reset...");
|
||||||
local hosts = {};
|
local hosts = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue