fix: remove debug lines

This commit is contained in:
Anna
2022-01-29 00:53:31 -05:00
parent c6c6a97c7d
commit e438994b43
2 changed files with 0 additions and 2 deletions
-1
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;
}