Disabled another debugging cout
authorIngo Ruhnke <grumbel@gmx.de>
Wed, 21 May 2008 18:40:40 +0000 (18:40 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Wed, 21 May 2008 18:40:40 +0000 (18:40 +0000)
SVN-Revision: 5499

src/video/gl_renderer.cpp

index 99c4a20..6a4d609 100644 (file)
@@ -647,7 +647,8 @@ Renderer::apply_config()
                  std::min(nh, h));
     }
 
-  std::cout << "  -> " << SCREEN_WIDTH << "x" << SCREEN_HEIGHT << std::endl;
+  if (0)
+    std::cout << "  -> " << SCREEN_WIDTH << "x" << SCREEN_HEIGHT << std::endl;
 
   glMatrixMode(GL_PROJECTION);
   glLoadIdentity();