Remove debug line

This commit is contained in:
jglrxavpok 2021-08-28 16:46:09 +02:00
parent 07a05a6ed2
commit 6fc89c2017

View File

@ -77,7 +77,6 @@ public abstract class GLFWCapableBuffer {
}
public void changeRenderingThreadToCurrent() {
System.out.println("Currently on thread "+Thread.currentThread().getId());
glfwMakeContextCurrent(glfwWindow);
GL.createCapabilities();
}