From 4cc4c151fab8eb7a7e5c6749385e25cb1ea0cc80 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Fri, 14 Aug 2015 21:28:43 -0400 Subject: [PATCH] Reduce log noise, run an old version to show if need be.. --- src/util/GLExt.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;