diff --git a/merge_abc/src/protobufSnapshotGenerator.cpp b/merge_abc/src/protobufSnapshotGenerator.cpp index ba772e5557d0d52191e183529b63689d8a1c54de..8d18f4b45fc7511613e303e9c50b17c60374a7df 100644 --- a/merge_abc/src/protobufSnapshotGenerator.cpp +++ b/merge_abc/src/protobufSnapshotGenerator.cpp @@ -56,7 +56,6 @@ panda::es2panda::util::ProgramCache *ProtobufSnapshotGenerator::GetCacheContext( std::fstream input(panda::os::file::File::GetExtendedFilePath(cacheFilePath), std::ios::in | std::ios::binary); if (!input) { - std::cout << "Cache file: " << cacheFilePath << " doesn't exist" << std::endl; return nullptr; }