Bug 935476 - Remove OpenGL printf on mac startup. r=nical

This commit is contained in:
Benoit Girard 2013-11-06 08:04:12 -05:00
parent e86dacacd6
commit 16ac6804b2

View File

@ -461,7 +461,6 @@ GLContext::InitWithPrefix(const char *prefix, bool trygl)
unsigned int version = 0;
bool parseSuccess = ParseGLVersion(this, &version);
printf_stderr("OpenGL version detected: %u\n", version);
if (version >= mVersion) {
mVersion = version;