Skip to content

Commit

Permalink
Hide print of vulkan status
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Oct 18, 2020
1 parent d531333 commit ae8bd10
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public void runSupport(VulkanDescriptor vulkanSnapshot) {
timer.schedule(new TimerTask() {
@Override
public void run() {
System.out.println("vulkan support");
setVulkanSupport();
}
}, 0, 2000);
Expand All @@ -46,7 +45,6 @@ public boolean getSetting() {
}

private boolean setVulkanSupport() {
System.out.println(this.vulkanSnapshot.isVulkanSupportEnabled());
if (this.vulkanSnapshot.isVulkanSupportEnabled()) {
HWND poeWindowClass = WindowUtils.getAllWindows(false).stream().filter(window -> {
char[] className = new char[512];
Expand Down

0 comments on commit ae8bd10

Please sign in to comment.