From 66afa352a5603a0470267b7bda61aabca021e2e5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 8 Aug 2014 16:53:59 -0700 Subject: [PATCH] Get rid of random trace message --- conversion/third.d | 1 - 1 file changed, 1 deletion(-) diff --git a/conversion/third.d b/conversion/third.d index 83f214f..0cfc079 100644 --- a/conversion/third.d +++ b/conversion/third.d @@ -154,7 +154,6 @@ private: foreach (mix; currentSymbol.mixinTemplates[]) { import stupidlog; - Log.trace(mix); auto symbols = moduleScope.getSymbolsByNameAndCursor(mix[0], currentSymbol.acSymbol.location); if (symbols.length == 0)