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,