mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removes a debug table print
This commit is contained in:
parent
0b1f12f928
commit
b9b22593f4
1 changed files with 0 additions and 1 deletions
|
|
@ -2147,7 +2147,6 @@ end
|
|||
|
||||
-- TODO: improve this function
|
||||
function jsonencode(what)
|
||||
tprint(what)
|
||||
what = string.gsub(what, '"', "'")
|
||||
-- everything but all ASCII characters from the space to the tilde
|
||||
what = string.gsub(what, "[^ -~]", " ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue