From 3fccf2fa5a73a456a28a377504e852917302dac9 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 29 Sep 2022 22:44:48 +0200 Subject: [PATCH] Removed debug print --- source/tlang/compiler/typecheck/core.d | 2 -- 1 file changed, 2 deletions(-) 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);