From bc5e11b23f2f21cf2a5f5d39577d05b831e812b5 Mon Sep 17 00:00:00 2001 From: Sam Roxanne Date: Tue, 8 Feb 2022 21:32:19 -0500 Subject: [PATCH] sam doesn't test these --- src/generator2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generator2.lua b/src/generator2.lua index de293ba..5f29738 100644 --- a/src/generator2.lua +++ b/src/generator2.lua @@ -99,6 +99,7 @@ do end local function debug_add_tag(ttype, ...) + if not DEBUGGING then return end local alist = table.pack(...) for i=1, #alist do alist[i] = tostring(alist[i])