Removed debug print

constants
parent 806814f01c
commit 3fccf2fa5a

@ -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);

Loading…
Cancel
Save