Removes unneeded log

This log is already part of `CCConfiguration`
This commit is contained in:
Ricardo Quesada 2013-09-25 13:03:47 -07:00
parent a3c33e4728
commit 341178cb91
1 changed files with 0 additions and 1 deletions

View File

@ -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 )
{