Skip to content
Snippets Groups Projects
Commit 19f32edd authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed debug output


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9661 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 6683ac33
No related branches found
No related tags found
No related merge requests found
...@@ -1433,7 +1433,6 @@ bool Core::checkOpenGLCapabilities() { ...@@ -1433,7 +1433,6 @@ bool Core::checkOpenGLCapabilities() {
if ( !glExtensions.contains("GL_ARB_vertex_buffer_object") ) { if ( !glExtensions.contains("GL_ARB_vertex_buffer_object") ) {
ok = false; ok = false;
missing += tr("Your graphics card does not support the GL_ARB_vertex_buffer_object extension!\n"); missing += tr("Your graphics card does not support the GL_ARB_vertex_buffer_object extension!\n");
std::cerr << " a " << glExtensions.toStdString() << std::endl;
} }
if ( !ok ) { if ( !ok ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment