diff --git a/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc b/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc index 955a0c03a05d5..8c7818f834805 100644 --- a/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc +++ b/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc @@ -41,9 +41,6 @@ PipelineCacheVK::PipelineCacheVK(std::shared_ptr caps, if (result == vk::Result::eSuccess) { cache_ = std::move(existing_cache); - FML_LOG(INFO) - << Bytes{cache_info.initialDataSize}.ConvertTo().GetSize() - << " MB of data was used to construct a pipeline cache."; } else { // Even though we perform consistency checks because we don't trust the // driver, the driver may have additional information that may cause it to