diff --git a/src/native/linux/org_lwjgl_opengl_Window.cpp b/src/native/linux/org_lwjgl_opengl_Window.cpp index d88c812a..97951c7b 100644 --- a/src/native/linux/org_lwjgl_opengl_Window.cpp +++ b/src/native/linux/org_lwjgl_opengl_Window.cpp @@ -262,7 +262,6 @@ static void createWindow(JNIEnv* env, int screen, XVisualInfo *vis_info, jstring attribs.background_pixel = 0xFF000000; attribmask = CWColormap | CWBackPixel | CWEventMask; if (fullscreen || undecorated) { - printf("Depth: %d\n", vis_info->depth); attribmask |= CWOverrideRedirect; attribs.override_redirect = True; }