Skip to content

Commit b80d779

Browse files
committed
remove debug code
1 parent 07fd391 commit b80d779

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/render/opengl/gl_engine_glfw.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ void GLEngineGLFW::initialize() {
7979
view::windowWidth = newWindowWidth;
8080
view::windowHeight = newWindowHeight;
8181

82-
std::cout << "created window with: \n";
83-
std::cout << " bufferWidth: " << view::bufferWidth << " bufferHeight: " << view::bufferHeight << "\n";
84-
std::cout << " windowWidth: " << view::windowWidth << " windowHeight: " << view::windowHeight << "\n";
85-
8682
setWindowResizable(view::windowResizable);
8783

8884
// Set the UI scale to account for system-requested DPI scaling

0 commit comments

Comments
 (0)