mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
This commit is contained in:
parent
0391039177
commit
a31ee8c429
1 changed files with 0 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue