diff options
-rw-r--r-- | dirtycompiler.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |