diff --git a/src/MicaWPF.Core/Controls/MicaWindow/MicaWindowInteropHandler.cs b/src/MicaWPF.Core/Controls/MicaWindow/MicaWindowInteropHandler.cs index 06c82f5..f62ef30 100644 --- a/src/MicaWPF.Core/Controls/MicaWindow/MicaWindowInteropHandler.cs +++ b/src/MicaWPF.Core/Controls/MicaWindow/MicaWindowInteropHandler.cs @@ -136,7 +136,6 @@ private nint HwndSourceHook(nint hwnd, int msg, nint n, nint lparam, ref bool ha HideMaximiseAndMinimiseButton(lparam, ref handled); break; case InteropValues.HwndSourceMessages.WM_GETMINMAXINFO: - Debug.WriteLine("Humsmm"); var mmiNullable = (InteropValues.MINMAXINFO?)Marshal.PtrToStructure(lparam, typeof(InteropValues.MINMAXINFO)); if (mmiNullable.HasValue) {