Remove logging to speed up startup

This commit is contained in:
Hackerpilot 2015-02-16 22:50:40 -08:00
parent 28dfdd3662
commit d81ed84101
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ struct ModuleCache
return null;
}
Log.info("Getting symbols for ", cachedLocation);
recursionGuard.insert(cachedLocation);
ACSymbol* symbol;