Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

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

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions impeller/renderer/backend/vulkan/pipeline_cache_vk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down