fix: remove debug lines
This commit is contained in:
@@ -280,7 +280,6 @@ internal sealed unsafe class Chat : IDisposable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach (var (key, (_, keybind)) in turnedOff) {
|
foreach (var (key, (_, keybind)) in turnedOff) {
|
||||||
PluginLog.Log($"intercepting {keybind}");
|
|
||||||
this.Plugin.KeyState[key] = false;
|
this.Plugin.KeyState[key] = false;
|
||||||
|
|
||||||
if (!KeybindsToIntercept.TryGetValue(keybind, out var info)) {
|
if (!KeybindsToIntercept.TryGetValue(keybind, out var info)) {
|
||||||
|
|||||||
@@ -212,7 +212,6 @@ internal sealed class ChatLog : IUiComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach (var (_, (_, keybind)) in turnedOff) {
|
foreach (var (_, (_, keybind)) in turnedOff) {
|
||||||
PluginLog.Log($"intercepting {keybind}");
|
|
||||||
if (!GameFunctions.Chat.KeybindsToIntercept.TryGetValue(keybind, out var info)) {
|
if (!GameFunctions.Chat.KeybindsToIntercept.TryGetValue(keybind, out var info)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user