From 7ebcf294e091fa764d180393e125c1c67bb39597 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 21 Aug 2024 18:20:21 -0700 Subject: [PATCH] [Impeller] Remove a log message in the Vulkan back end that is visible during engine startup --- impeller/renderer/backend/vulkan/pipeline_cache_vk.cc | 3 --- 1 file changed, 3 deletions(-) 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