Skip to content

Commit

Permalink
Silence log output
Browse files Browse the repository at this point in the history
  • Loading branch information
deccer committed Dec 26, 2022
1 parent 2837db8 commit 771a6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EngineKit/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ private void OnMouseMove(
_inputProvider.MouseState.PreviousX = (float)currentCursorX;
_inputProvider.MouseState.PreviousY = (float)currentCursorY;

_logger.Debug("{Category}: MouseMove: {MouseState}", "Glfw", _inputProvider.MouseState);
//_logger.Debug("{Category}: MouseMove: {MouseState}", "Glfw", _inputProvider.MouseState);
}

private void OnMouseEnterLeave(
Expand Down

0 comments on commit 771a6b1

Please sign in to comment.