forked from OSchip/llvm-project
[clangd] Remove useless stderr logging.
This was accidentally added in 53b9199a5c
Differential Revision: https://reviews.llvm.org/D86284
This commit is contained in:
parent
ff107eed15
commit
707138d677
|
@ -74,8 +74,6 @@ void initializeModuleCache(CompilerInvocation &CI) {
|
|||
ASSERT_FALSE(
|
||||
llvm::sys::fs::createUniqueDirectory("module-cache", ModuleCachePath));
|
||||
CI.getHeaderSearchOpts().ModuleCachePath = ModuleCachePath.c_str();
|
||||
llvm::errs() << "MC: " << ModuleCachePath << "\n";
|
||||
llvm::errs().flush();
|
||||
}
|
||||
|
||||
void deleteModuleCache(const std::string ModuleCachePath) {
|
||||
|
|
Loading…
Reference in New Issue