From b556ad9996b3dd2ade51639d2442fa54164586be Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 12 Oct 2013 23:14:48 +0200 Subject: [PATCH] Don't log the uninteresting case of DtoConstExpInit. --- gen/llvmhelpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gen/llvmhelpers.cpp b/gen/llvmhelpers.cpp index 0b055a82..aec891d7 100644 --- a/gen/llvmhelpers.cpp +++ b/gen/llvmhelpers.cpp @@ -1374,7 +1374,6 @@ LLConstant* DtoConstExpInit(Loc loc, Type* targetType, Expression* exp) if (expBase->equals(targetBase) && targetBase->ty != Tbool) { - Logger::println("Matching D types, nothing left to do."); return val; }