Software /
code /
prosody
Changeset
9409:521df71b2630
mod_admin_telnet: Remove unused histogram [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 30 Sep 2018 14:54:51 +0200 |
parents | 9408:b4a82b726495 |
children | 9410:7355b2d0067c |
files | plugins/mod_admin_telnet.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_telnet.lua Sun Sep 30 14:48:44 2018 +0200 +++ b/plugins/mod_admin_telnet.lua Sun Sep 30 14:54:51 2018 +0200 @@ -1402,8 +1402,6 @@ return self; end - local raw_histogram = require "util.statistics".get_histogram(data); - local graph_width, graph_height = 50, 10; local eighth_chars = " ▁▂▃▄▅▆▇█";