Skip to content
Snippets Groups Projects
Commit c8a7f0a3 authored by Jeff Gilbert's avatar Jeff Gilbert
Browse files

Bug 621036 - Remove printfs from GLContextProviderCGL - r=bjacob

parent e4df58c7
No related branches found
No related tags found
No related merge requests found
......@@ -501,8 +501,6 @@ CreateOffscreenPBufferContext(const gfxIntSize& aSize,
A_(0);
#undef A_
printf_stderr("colorbits: %d alpha: %d depth: %d stencil: %d\n", aFormat.colorBits(), aFormat.alpha, aFormat.depth, aFormat.stencil);
NSOpenGLPixelFormat *pbFormat = [[NSOpenGLPixelFormat alloc]
initWithAttributes:attribs.Elements()];
if (!pbFormat) {
......@@ -552,7 +550,6 @@ CreateOffscreenPBufferContext(const gfxIntSize& aSize,
{
GLint l;
[pbFormat getValues:&l forAttribute:NSOpenGLPFADepthSize forVirtualScreen:[context currentVirtualScreen]];
printf_stderr("*** depth: %d (req: %d)\n", l, aFormat.depth);
}
[pbFormat release];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment