diff --git a/src/util/GLExt.cpp b/src/util/GLExt.cpp index eb1e7d6..88785a9 100644 --- a/src/util/GLExt.cpp +++ b/src/util/GLExt.cpp @@ -32,9 +32,8 @@ void initGLExtensions() { return; } - const GLubyte *extensions = glGetString(GL_EXTENSIONS); - - std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl; +// const GLubyte *extensions = glGetString(GL_EXTENSIONS); +// std::cout << std::endl << "Supported GL Extensions: " << std::endl << extensions << std::endl << std::endl; #ifdef __linux__ const GLint interval = 2;