Remove spammy log (#22858)

This commit is contained in:
Gary Qian 2020-12-03 17:23:04 -10:00 committed by GitHub
parent 9d13dadba0
commit 37cddb04fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,8 +69,8 @@ ELFAOTSymbols LoadELFSplitSymbolFromFixturesIfNeccessary() {
fml::paths::JoinPaths({GetFixturesPath(), kAOTAppELFSplitFileName});
if (!fml::IsFile(elf_path)) {
FML_LOG(ERROR) << "App AOT file does not exist for this fixture. Attempts "
"to launch the Dart VM with these AOT symbols will fail.";
// We do not log here, as there is no expectation for a split library to
// exist.
return {};
}