mirror of https://github.com/axmolengine/axmol.git
Removes unneeded log
This log is already part of `CCConfiguration`
This commit is contained in:
parent
a3c33e4728
commit
341178cb91
|
@ -306,7 +306,6 @@ bool EGLView::init(const char *viewName, float width, float height, float frameZ
|
|||
|
||||
// check OpenGL version at first
|
||||
const GLubyte* glVersion = glGetString(GL_VERSION);
|
||||
CCLOG("OpenGL version = %s", glVersion);
|
||||
|
||||
if ( atof((const char*)glVersion) < 1.5 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue