[Impeller] Remove a log message in the Vulkan back end that is visible during engine startup (flutter/engine#54699)

This commit is contained in:
Jason Simmons 2024-08-21 19:05:11 -07:00 committed by GitHub
parent e8098b9275
commit d6079c8165

View File

@ -41,9 +41,6 @@ PipelineCacheVK::PipelineCacheVK(std::shared_ptr<const Capabilities> caps,
if (result == vk::Result::eSuccess) {
cache_ = std::move(existing_cache);
FML_LOG(INFO)
<< Bytes{cache_info.initialDataSize}.ConvertTo<MegaBytes>().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