Skip to content

Commit b984e50

Browse files
committed
Remove incorrect syntax for debug print
1 parent 91bf00d commit b984e50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/Scripts/VrSdk.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ void Awake()
196196
// Set 90Hz if possible. To see the current framerate, look in the logs for prints like this one. The first number is the frame rate, the second is the display refresh rate
197197
// VrApi : FPS=90/90,Prd=33ms,Tear=0,Early=0...
198198
float[] freqs = OVRManager.display.displayFrequenciesAvailable;
199-
Debug.Log($"Supported frequencies are: {freqs}");
200199
if (Array.Exists(freqs, element => element == 90.0f))
201200
{
202201
OVRPlugin.systemDisplayFrequency = 90.0f;

0 commit comments

Comments
 (0)