remove debug logging

This commit is contained in:
Starbeamrainbowlabs 2021-12-31 14:46:23 +00:00
parent d45e4e893a
commit 1da5599e80
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ local function tokenise(str)
-- Extract the character in question
local char = str:sub(nextpos, nextpos)
print("[TOKENISE] char", char, "depth", nested_depth)
if char == "}" then
if nested_depth > 0 then
-- Decrease the nested depth