Comparison

plugins/mod_debug_reset.lua @ 12970:d36243e98704

mod_debug_reset: Remove unused import
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Mar 2023 14:48:15 +0000
parent 12968:efdb7f2cd578
child 12977:74b9e05af71e
comparison
equal deleted inserted replaced
12969:87f25254195f 12970:d36243e98704
4 -- also be of use for some kinds of manual testing. 4 -- also be of use for some kinds of manual testing.
5 5
6 module:set_global(); 6 module:set_global();
7 7
8 local hostmanager = require "core.hostmanager"; 8 local hostmanager = require "core.hostmanager";
9 local modulemanager = require "core.modulemanager";
10 9
11 local timer = require "util.timer"; 10 local timer = require "util.timer";
12 11
13 local function do_reset() 12 local function do_reset()
14 module:log("info", "Performing reset..."); 13 module:log("info", "Performing reset...");