Vulkan: Remove logspam.

This commit is contained in:
Unknown W. Brackets 2023-02-16 19:34:44 -08:00
parent df1bd64662
commit 335788a932

View file

@ -1663,7 +1663,6 @@ void VulkanDeleteList::PerformDeletes(VulkanContext *vulkan, VmaAllocator alloca
} }
imagesWithAllocs_.clear(); imagesWithAllocs_.clear();
for (auto &imageView : imageViews_) { for (auto &imageView : imageViews_) {
INFO_LOG(G3D, "deleting imageview %p", imageView);
vkDestroyImageView(device, imageView, nullptr); vkDestroyImageView(device, imageView, nullptr);
} }
imageViews_.clear(); imageViews_.clear();