Get rid of random trace message
This commit is contained in:
parent
8dcdcf2338
commit
66afa352a5
|
|
@ -154,7 +154,6 @@ private:
|
||||||
foreach (mix; currentSymbol.mixinTemplates[])
|
foreach (mix; currentSymbol.mixinTemplates[])
|
||||||
{
|
{
|
||||||
import stupidlog;
|
import stupidlog;
|
||||||
Log.trace(mix);
|
|
||||||
auto symbols = moduleScope.getSymbolsByNameAndCursor(mix[0],
|
auto symbols = moduleScope.getSymbolsByNameAndCursor(mix[0],
|
||||||
currentSymbol.acSymbol.location);
|
currentSymbol.acSymbol.location);
|
||||||
if (symbols.length == 0)
|
if (symbols.length == 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue