remove logging

This commit is contained in:
Matthew 2025-12-05 07:23:36 +11:00
parent b05d055383
commit 589b2191ba

View File

@ -2351,8 +2351,6 @@ CreateSwapchain(Vulkan* vk)
vk.swapchain_extent.height = h; vk.swapchain_extent.height = h;
vk.swapchain_extent.depth = 1; vk.swapchain_extent.depth = 1;
Logf("resized swapchain to %s %s", w, h);
if(!initialized && success) if(!initialized && success)
{ {
initialized = true; initialized = true;