mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove confusing logs (#20121)
Fixes https://github.com/flutter/flutter/issues/62468
This commit is contained in:
parent
b955e15ee9
commit
145ef60b96
@ -266,8 +266,6 @@ sk_sp<SkData> PersistentCache::load(const SkData& key) {
|
||||
auto result = PersistentCache::LoadFile(*cache_directory_, file_name);
|
||||
if (result != nullptr) {
|
||||
TRACE_EVENT0("flutter", "PersistentCacheLoadHit");
|
||||
} else {
|
||||
FML_LOG(INFO) << "PersistentCache::load failed: " << file_name;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user