[Scummvm-git-logs] scummvm master -> b517489208dfd7b17447627838f081a42ba3a767

whoozle noreply at scummvm.org
Fri Feb 13 23:41:05 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
b517489208 PHOENIXVR: remove noisy debug log we don't need anymore


Commit: b517489208dfd7b17447627838f081a42ba3a767
    https://github.com/scummvm/scummvm/commit/b517489208dfd7b17447627838f081a42ba3a767
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-02-13T23:40:57Z

Commit Message:
PHOENIXVR: remove noisy debug log we don't need anymore

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 298bf94c55a..ccba18d3b0e 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -585,7 +585,6 @@ void PhoenixVREngine::tick(float dt) {
 		static const float kSpeedY = 0.2f;
 		_angleX.add(float(da.x) * kSpeedX * dt);
 		_angleY.add(float(da.y) * kSpeedY * dt);
-		debug("angle %g %g -> %s", _angleX.angle(), _angleY.angle(), currentVRPos().toString().c_str());
 	} else
 		_mouseRel = {};
 




More information about the Scummvm-git-logs mailing list