1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-18 17:27:39 +00:00

rename debug function

This commit is contained in:
kepler155c@gmail.com
2018-10-31 00:05:29 -04:00
parent 9484153f38
commit 846569952c
5 changed files with 11 additions and 12 deletions

View File

@@ -68,7 +68,6 @@ local function encodeCommon(val, pretty, tabLevel, tTracking)
str = str .. encodeCommon(v, pretty, tabLevel, tTracking)
end)
else
debug(val)
arrEncoding(val, "{", "}", pairs, function(k,v)
assert(type(k) == "string", "JSON object keys must be strings", 2)
str = str .. encodeCommon(k, pretty, tabLevel, tTracking)