Removed debug print

This commit is contained in:
Tristan B. Velloza Kildaire 2022-09-29 22:44:48 +02:00
parent 806814f01c
commit 3fccf2fa5a
1 changed files with 0 additions and 2 deletions

View File

@ -693,8 +693,6 @@ public final class TypeChecker
/* If, then make sure related to this class */
else
{
gprintln("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
/* TODO: Fetch the variable's context */
Variable varDecPNode = cast(Variable)resolver.resolveBest(clazzPNode, varDecInstr.varName);
gprintln(varDecPNode);