mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
remove debug logging
This commit is contained in:
parent
d45e4e893a
commit
1da5599e80
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue