[clangd] Remove useless stderr logging.

This was accidentally added in 53b9199a5c

Differential Revision: https://reviews.llvm.org/D86284
This commit is contained in:
Adam Czachorowski 2020-08-20 14:48:02 +02:00
parent ff107eed15
commit 707138d677
1 changed files with 0 additions and 2 deletions

View File

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