fix: remove debug lines

This commit is contained in:
Anna 2022-01-29 00:53:31 -05:00
parent eba84baa8d
commit 6d51ba8b81
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 0 additions and 2 deletions

View File

@ -280,7 +280,6 @@ internal sealed unsafe class Chat : IDisposable {
}
foreach (var (key, (_, keybind)) in turnedOff) {
PluginLog.Log($"intercepting {keybind}");
this.Plugin.KeyState[key] = false;
if (!KeybindsToIntercept.TryGetValue(keybind, out var info)) {

View File

@ -212,7 +212,6 @@ internal sealed class ChatLog : IUiComponent {
}
foreach (var (_, (_, keybind)) in turnedOff) {
PluginLog.Log($"intercepting {keybind}");
if (!GameFunctions.Chat.KeybindsToIntercept.TryGetValue(keybind, out var info)) {
continue;
}