Skip to content

Commit 6a35da3

Browse files
committed
Removed debug code
1 parent 1803b60 commit 6a35da3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/Tests/InputSystem/CoreTests_Devices_Keyboard.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ public void Devices_Keyboard_AllKeysEnumeratesAllKeyControls()
160160
var index = 0;
161161
foreach (var key in keyboard.allKeys)
162162
{
163-
if (index == 109)
164-
Debug.Log("TEMP");
165163
Assert.NotNull(key, $"Key at index {index++} was null");
166164
}
167165
}

0 commit comments

Comments
 (0)