From 9151a46888de79d1ee447313d6b2bfe53c872dba Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 15 Oct 2022 23:46:10 +0200 Subject: [PATCH] Cleaned up --- source/tlang/compiler/typecheck/core.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index caa5c143..45197718 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -681,7 +681,7 @@ public final class TypeChecker /* TODO: Get the STatement */ Statement statement = dnode.getEntity(); - gprintln("Poes vavavas"); + gprintln("Generic DNode typecheck(): Begin"); /* VariableAssignmentStdAlone */ if(cast(VariableAssignmentStdAlone)statement)