diff --git a/Dalamud/Interface/InterfaceManager.cs b/Dalamud/Interface/InterfaceManager.cs index 6b08c4b5f..ddcd2f4d2 100644 --- a/Dalamud/Interface/InterfaceManager.cs +++ b/Dalamud/Interface/InterfaceManager.cs @@ -126,8 +126,6 @@ namespace Dalamud.Interface private bool lastWantCapture = false; private IntPtr SetCursorDetour(IntPtr hCursor) { - Log.Debug($"hCursor: {hCursor.ToInt64():X} WantCapture: {this.lastWantCapture}"); - if (this.lastWantCapture == true && (!scene?.IsImGuiCursor(hCursor) ?? false)) return IntPtr.Zero;