diff --git a/worldeditadditions/utils/parse/tokenise_commands.lua b/worldeditadditions/utils/parse/tokenise_commands.lua index 8cd2eab..a45dff8 100644 --- a/worldeditadditions/utils/parse/tokenise_commands.lua +++ b/worldeditadditions/utils/parse/tokenise_commands.lua @@ -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