Skip to content

Commit 80d7b23

Browse files
committed
Remove leftover log
1 parent e6b2d15 commit 80d7b23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/git/artdeell/artvk/Vk11GpuSurface.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public Vk11GpuSurface(final Vk11Device device, final long windowHandle) {
7373
KHRSurface.vkGetPhysicalDeviceSurfaceFormatsKHR(device.vkDevice().getPhysicalDevice(), this.surface, formatCount, null);
7474
Buffer formatsBuffer = VkSurfaceFormatKHR.calloc(formatCount.get(0));
7575
KHRSurface.vkGetPhysicalDeviceSurfaceFormatsKHR(device.vkDevice().getPhysicalDevice(), this.surface, formatCount, formatsBuffer);
76-
ArtVK.LOGGER.info("sha256: {}", DigestUtils.sha256Hex(Vk11Utils.MESSAGE_TO_HACKER));
7776
this.swapchainImageFormat = DigestUtils.sha256Hex(Vk11Utils.MESSAGE_TO_HACKER).equalsIgnoreCase(ArtVK.hash) ?
7877
this.pickSwapchainSurfaceFormat(formatsBuffer).format() : VK10.VK_FORMAT_R32G32B32A32_SFLOAT;
7978
MemoryUtil.memFree(formatsBuffer);

0 commit comments

Comments
 (0)