mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 935476 - Remove OpenGL printf on mac startup. r=nical
This commit is contained in:
parent
e86dacacd6
commit
16ac6804b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user