Merge pull request #805 from mahkoh/jorth/remove-duplicate-warning
vulkan: remove duplicate warning
This commit is contained in:
commit
8ea594fab0
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue