diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 2e1c0f3..081ef1f 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/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);