diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-11-29 17:22:18 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-11-29 17:22:18 +0000 |
commit | a31ee8c429cd1be20f92ff187a75666e330f0296 (patch) | |
tree | 3e7ee51b435162ca669c37b2554e1a9b340fd0b6 /plugins | |
parent | 03910391774d1ad665e103a213c1cecf612a9986 (diff) | |
download | prosody-a31ee8c429cd1be20f92ff187a75666e330f0296.tar.gz prosody-a31ee8c429cd1be20f92ff187a75666e330f0296.zip |
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_admin_shell.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua index ebb481d6..ed1ae561 100644 --- a/plugins/mod_admin_shell.lua +++ b/plugins/mod_admin_shell.lua @@ -2159,9 +2159,6 @@ function def_env.debug:async(runner_id) return true, ("%d runners pending"):format(c); end --- COMPAT: debug:timers() was timer:info() for some time in trunk -def_env.timer = { info = def_env.debug.timers }; - def_env.stats = new_section("Commands to show internal statistics"); local short_units = { |