1
0
Fork 0
forked from wry/wry

vulkan: remove duplicate warning

This commit is contained in:
Julian Orth 2026-03-15 17:52:12 +01:00
parent f723706d4f
commit 955354e9b9

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,