diff --git a/src/lib_cxx/project/SourceGroupCxxCdb.cpp b/src/lib_cxx/project/SourceGroupCxxCdb.cpp index 9bbcefd3..c232641d 100644 --- a/src/lib_cxx/project/SourceGroupCxxCdb.cpp +++ b/src/lib_cxx/project/SourceGroupCxxCdb.cpp @@ -169,14 +169,12 @@ std::vector> SourceGroupCxxCdb::getIndexerComman std::set(), FilePath(utility::decodeFromUtf8(command.Directory)), utility::concat( - utility::convert(command.CommandLine, [](const std::string& arg) { return utility::decodeFromUtf8(arg); }), + utility::convert(command.CommandLine, [](const std::string& arg) { return utility::decodeFromUtf8(arg); }), compilerFlags ), systemHeaderSearchPaths, frameworkSearchPaths )); - LOG_INFO(std::wstring(L"IndexerCommand: ") + IndexerCommandCxxCdb::serialize(indexerCommands.front()).c_str()); - return indexerCommands; } } }