remove-set-rotation-message (#16453)

Whenever `SET_ROTATION` is called, it outputs an INFO message in the logs. Can get quite busy. I'm assuming this was here during someone's debugging?
This commit is contained in:
Rob Loach 2024-04-20 08:05:26 -04:00 committed by GitHub
parent 30c8e31e53
commit e510e92d79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1903,7 +1903,6 @@ bool runloop_environment_cb(unsigned cmd, void *data)
unsigned rotation = *(const unsigned*)data;
bool video_allow_rotate = settings->bools.video_allow_rotate;
RARCH_LOG("[Environ]: SET_ROTATION: %u\n", rotation);
if (sys_info)
sys_info->core_requested_rotation = rotation;