Skip to content

Commit 145ef60

Browse files
authored
Remove confusing logs (flutter#20121)
Fixes flutter#62468
1 parent b955e15 commit 145ef60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/common/persistent_cache.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ sk_sp<SkData> PersistentCache::load(const SkData& key) {
266266
auto result = PersistentCache::LoadFile(*cache_directory_, file_name);
267267
if (result != nullptr) {
268268
TRACE_EVENT0("flutter", "PersistentCacheLoadHit");
269-
} else {
270-
FML_LOG(INFO) << "PersistentCache::load failed: " << file_name;
271269
}
272270
return result;
273271
}

0 commit comments

Comments
 (0)