Skip to content

Commit 780af62

Browse files
committed
Remove some log spam (for now)
1 parent b4f0580 commit 780af62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EasyOpenVRSingleton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ private bool GetSkeletalSummary(InputAction inputAction, ulong inputSourceHandle
723723
var error = OpenVR.Input.GetSkeletalSummaryData(inputAction.handle, EVRSummaryType.FromDevice, ref data);
724724
var action = ((Action<VRSkeletalSummaryData_t, InputActionInfo>)inputAction.action);
725725
action.Invoke(data, inputAction.getInfo(inputSourceHandle));
726-
return DebugLog(error, $"handle: {inputAction.handle}, error");
726+
return true; // DebugLog(error, $"handle: {inputAction.handle}, error"); // This spams continuously when no controllers are connected.
727727
}
728728

729729
private bool GetAnalogAction(InputAction inputAction, ulong inputSourceHandle)

0 commit comments

Comments
 (0)