Removes a debug table print

This commit is contained in:
Simone Mainardi 2016-08-09 18:26:32 +02:00
parent 0b1f12f928
commit b9b22593f4

View file

@ -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, "[^ -~]", " ")