فهرست منبع

Remove debug printf on Windows

Rémi Verschelde 7 سال پیش
والد
کامیت
c0beab6c5b
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      platform/windows/context_gl_win.cpp

+ 0 - 2
platform/windows/context_gl_win.cpp

@@ -181,8 +181,6 @@ Error ContextGL_Win::initialize() {
 			MessageBox(NULL, "Can't Activate The GL 3.3 Rendering Context.", "ERROR", MB_OK | MB_ICONEXCLAMATION);
 			return ERR_CANT_CREATE; // Return FALSE
 		}
-
-		printf("Activated GL 3.3 context");
 	}
 
 	wglSwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)wglGetProcAddress("wglSwapIntervalEXT");