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

Commit 4097b56

Browse files
[Impeller] Remove a log message in the Vulkan back end that is visible during engine startup (#54699)
1 parent 440c638 commit 4097b56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

impeller/renderer/backend/vulkan/pipeline_cache_vk.cc

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ PipelineCacheVK::PipelineCacheVK(std::shared_ptr<const Capabilities> caps,
4141

4242
if (result == vk::Result::eSuccess) {
4343
cache_ = std::move(existing_cache);
44-
FML_LOG(INFO)
45-
<< Bytes{cache_info.initialDataSize}.ConvertTo<MegaBytes>().GetSize()
46-
<< " MB of data was used to construct a pipeline cache.";
4744
} else {
4845
// Even though we perform consistency checks because we don't trust the
4946
// driver, the driver may have additional information that may cause it to

0 commit comments

Comments
 (0)