Browse Source

Update render/gl/camera.cpp

Co-authored-by: Copilot <[email protected]>
Adam Djellouli 2 months ago
parent
commit
66543b024f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      render/gl/camera.cpp

+ 0 - 1
render/gl/camera.cpp

@@ -171,7 +171,6 @@ void Camera::update(float dt) {
 
   if (t >= 1.0f) {
     m_orbitPending = false;
-    qDebug() << "Camera::update finished";
   }
 }