Browse Source

Remove unintentionally-committed debugging code

Josh Yelon 18 years ago
parent
commit
d1c90c64ca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/wgldisplay/wglGraphicsPipe.cxx

+ 0 - 1
panda/src/wgldisplay/wglGraphicsPipe.cxx

@@ -71,7 +71,6 @@ wgl_make_current(HDC hdc, HGLRC hglrc, PStatCollector *collector) {
   } else {
   } else {
     res = wglMakeCurrent(hdc, hglrc);
     res = wglMakeCurrent(hdc, hglrc);
   }
   }
-  cerr << "MakeCurrent: " << hdc << " " << hglrc << "\n";
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////