- Removed now undeeded debug

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-11 11:24:17 +02:00
parent eabc300fd3
commit 5722fe0825
1 changed files with 0 additions and 1 deletions

View File

@ -645,7 +645,6 @@ public final class Parser
{
/* Parse the class and add its statements */
statements ~= parseClass();
gprintln("Ablo: "~getCurrentToken().toString());
}
/* If it is a struct definition */
else if(symbol == SymbolType.STRUCT)