From 360ac079778691ba991308ac73f3e1f70ad579e5 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 31 Jul 2019 10:39:37 -0300 Subject: Remove debug prints --- dirtycompiler.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dirtycompiler.lua b/dirtycompiler.lua index 4d61538..779a691 100644 --- a/dirtycompiler.lua +++ b/dirtycompiler.lua @@ -69,7 +69,6 @@ local finish = selfify({}, SELF) finish[parser.EOZ] = function(state, token) local results = state.results local tk = table.remove(results) - print((tk == START_OF_STMT and "START_OF_STMT") or (tk == END_OF_STMT and "END_OF_STMT") or tostring(tk)) if tk == TK.FLT then local token = table.remove(results) local extra, num, den = 1, token, 1 -- cgit 1.4.1