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)