diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:48:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:48:15 +0000 |
commit | b17564a71fad38ee734b18e926309c946ae944dd (patch) | |
tree | bc68241d8e0e3883c5d7f6371f51127bbf7eb25f /plugins | |
parent | a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb (diff) | |
download | prosody-b17564a71fad38ee734b18e926309c946ae944dd.tar.gz prosody-b17564a71fad38ee734b18e926309c946ae944dd.zip |
mod_debug_reset: Remove unused import
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_debug_reset.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_debug_reset.lua b/plugins/mod_debug_reset.lua index cd08d960..13b0dedd 100644 --- a/plugins/mod_debug_reset.lua +++ b/plugins/mod_debug_reset.lua @@ -6,7 +6,6 @@ module:set_global(); local hostmanager = require "core.hostmanager"; -local modulemanager = require "core.modulemanager"; local timer = require "util.timer"; |