Remove logging to speed up startup
This commit is contained in:
parent
28dfdd3662
commit
d81ed84101
|
|
@ -153,8 +153,6 @@ struct ModuleCache
|
|||
return null;
|
||||
}
|
||||
|
||||
Log.info("Getting symbols for ", cachedLocation);
|
||||
|
||||
recursionGuard.insert(cachedLocation);
|
||||
|
||||
ACSymbol* symbol;
|
||||
|
|
|
|||
Loading…
Reference in New Issue