Skip to content

Commit

Permalink
Remove confusing logs (flutter#20121)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Jul 29, 2020
1 parent b955e15 commit 145ef60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/common/persistent_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 145ef60

Please sign in to comment.