diff --git a/src/engine/EngineContext.cpp b/src/engine/EngineContext.cpp index e54ed25..bd584ef 100644 --- a/src/engine/EngineContext.cpp +++ b/src/engine/EngineContext.cpp @@ -115,7 +115,6 @@ namespace fgl::engine while ( !m_window.shouldClose() ) { - std::cout << "Entering main loop" << std::endl; ZoneScopedN( "Poll" ); glfwPollEvents(); @@ -139,11 +138,9 @@ namespace fgl::engine #if ENABLE_IMGUI { - std::cout << "Starting ImGui frame" << std::endl; ImGui_ImplVulkan_NewFrame(); ImGui_ImplGlfw_NewFrame(); ImGui::NewFrame(); - std::cout << "Started ImGui frame" << std::endl; } #endif