Skip to content

Commit

Permalink
Remove ClearState log
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreepeong committed Dec 17, 2023
1 parent b910ebc commit b392398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dalamud/Interface/Internal/DalamudIme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private void ClearState(HIMC hImc)
ref var textState = ref TextState;
textState.Stb.Cursor = textState.Stb.SelectStart = textState.Stb.SelectEnd;

Log.Information($"{nameof(this.ClearState)}");
// Log.Information($"{nameof(this.ClearState)}");
}

private void LoadCand(HIMC hImc)
Expand Down

0 comments on commit b392398

Please sign in to comment.