Skip to content

Commit

Permalink
Remove annoying log every frame
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBigz committed Nov 25, 2024
1 parent 3e1a034 commit 8f01de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TABGVR/Player/VRControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ private void Update()
_leftTriggered = leftTrigger > TriggerDeadZone;

SomethingTriggered = rightTrigger > 0.1 || leftTrigger > 0.1;
Plugin.Logger.LogInfo($"SURVEY SAYS: {SomethingTriggered}");

// Right Click
if (rightClick)
Expand Down

0 comments on commit 8f01de4

Please sign in to comment.