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

Commit 3f50b7d

Browse files
authored
[Impeller] Remove un-actionable info log about validations. (#43575)
1 parent 4f338a7 commit 3f50b7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/renderer/backend/vulkan/capabilities_vk.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ CapabilitiesVK::GetEnabledInstanceExtensions() const {
141141
if (HasExtension("VK_EXT_validation_features")) {
142142
// It's valid to not have `VK_EXT_validation_features` available. That's
143143
// the case when using AGI as a frame debugger.
144-
FML_DLOG(INFO) << "Requested validations but could not find the "
145-
"VK_EXT_validation_features extension.";
146144
required.push_back("VK_EXT_validation_features");
147145
}
148146
}

0 commit comments

Comments
 (0)