Skip to content

Commit 7809cba

Browse files
committed
Removing a Debug.Log line.
1 parent e3eda78 commit 7809cba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.unity.testing.urp/Scripts/Runtime/MoveCameraOnAwake.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public IEnumerator WaitForFrames()
3030
{
3131
for (int i = 0; i < WaitFrames; i++)
3232
{
33-
Debug.Log("Waiting! " + i);
3433
yield return new WaitForEndOfFrame();
3534
}
3635

0 commit comments

Comments
 (0)