Skip to content

Commit a6bf4b7

Browse files
committed
2 parents 05950af + bfdc1f6 commit a6bf4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazePointer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ private void ProcessGazePoint(TimeSpan timestamp, Point position)
771771
if (targetItem.ElapsedTime > targetItem.NextStateTime)
772772
{
773773
var prevStateTime = targetItem.NextStateTime;
774-
Debug.WriteLine(prevStateTime);
774+
////Debug.WriteLine(prevStateTime);
775775

776776
// prevent targetItem from ever actually transitioning into the DwellRepeat state so as
777777
// to continuously emit the DwellRepeat event

0 commit comments

Comments
 (0)