Skip to content

Commit 511a45b

Browse files
removed unused debug
1 parent d61260e commit 511a45b

File tree

1 file changed

+0
-4
lines changed
  • Assets/MixedRealityToolkit-SDK/Features/UX/Scripts/Cursors

1 file changed

+0
-4
lines changed

Assets/MixedRealityToolkit-SDK/Features/UX/Scripts/Cursors/BaseCursor.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ protected virtual void UpdateCursorTransform()
316316
{
317317
Debug.LogError($"{name}: Unable to get focus details for {pointer.GetType().Name}!");
318318
}
319-
else if (pointer.GetType() != typeof(TouchPointer))
320-
{
321-
Debug.LogWarning($"{pointer.GetType().Name} not registered!");
322-
}
323319

324320
return;
325321
}

0 commit comments

Comments
 (0)