From eee1b33454c088c78c0de2613b27488adf023b57 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Sat, 30 Sep 2023 15:57:41 -0400 Subject: [PATCH] Update mtape.lua I gotta stop leaving the _DEBUG flag on --- mtape.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtape.lua b/mtape.lua index 1f67807..1d3981f 100644 --- a/mtape.lua +++ b/mtape.lua @@ -2,7 +2,7 @@ -- tape managing program -- made by LDDestroier -local _DEBUG = true +local _DEBUG = false local function checkOption(argName, argInfo, isShort) for i = 1, #argInfo do