mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-17 08:33:42 +01:00
remove debug logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user