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; }