1
0
Fork 0
forked from wry/wry

Merge pull request #805 from mahkoh/jorth/remove-duplicate-warning

vulkan: remove duplicate warning
This commit is contained in:
mahkoh 2026-03-15 17:57:12 +01:00 committed by GitHub
commit 8ea594fab0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,6 @@ impl VulkanInstance {
} else {
log::warn!("Found the following devices but none matches:");
for (props, extensions, driver_props) in devices.iter() {
log::warn!("Found the following devices but none matches:");
log::warn!("-----");
log_device(
self.log_level,