Remove unintentionally-committed debugging code

This commit is contained in:
Josh Yelon 2008-02-26 23:04:07 +00:00
parent 6fe75c8eed
commit d1c90c64ca

View File

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