mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_admin_telnet: Remove unused histogram [luacheck]
This commit is contained in:
parent
86b9efb4ba
commit
d334d70ca6
1 changed files with 0 additions and 2 deletions
|
@ -1402,8 +1402,6 @@ function stats_methods:histogram()
|
|||
return self;
|
||||
end
|
||||
|
||||
local raw_histogram = require "util.statistics".get_histogram(data);
|
||||
|
||||
local graph_width, graph_height = 50, 10;
|
||||
local eighth_chars = " ▁▂▃▄▅▆▇█";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue