Get rid of random trace message

This commit is contained in:
Hackerpilot 2014-08-08 16:53:59 -07:00
parent 8dcdcf2338
commit 66afa352a5
1 changed files with 0 additions and 1 deletions

View File

@ -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)