Browse Source

Removed debug print

constants
Tristan B. V. Kildaire 6 months ago
parent
commit
3fccf2fa5a
  1. 2
      source/tlang/compiler/typecheck/core.d

2
source/tlang/compiler/typecheck/core.d

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