From d1c90c64ca36e623dd38b2b5c7463068f25a4d53 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 26 Feb 2008 23:04:07 +0000 Subject: [PATCH] Remove unintentionally-committed debugging code --- panda/src/wgldisplay/wglGraphicsPipe.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/wgldisplay/wglGraphicsPipe.cxx b/panda/src/wgldisplay/wglGraphicsPipe.cxx index 36711ac34e..34853a6dab 100644 --- a/panda/src/wgldisplay/wglGraphicsPipe.cxx +++ b/panda/src/wgldisplay/wglGraphicsPipe.cxx @@ -71,7 +71,6 @@ wgl_make_current(HDC hdc, HGLRC hglrc, PStatCollector *collector) { } else { res = wglMakeCurrent(hdc, hglrc); } - cerr << "MakeCurrent: " << hdc << " " << hglrc << "\n"; } ////////////////////////////////////////////////////////////////////