From 955354e9b92805aa9f4d417d9201eef425b7eb5e Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Sun, 15 Mar 2026 17:52:12 +0100 Subject: [PATCH] vulkan: remove duplicate warning --- src/gfx_apis/vulkan/device.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gfx_apis/vulkan/device.rs b/src/gfx_apis/vulkan/device.rs index afd159cc..b225a1be 100644 --- a/src/gfx_apis/vulkan/device.rs +++ b/src/gfx_apis/vulkan/device.rs @@ -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,