Browse Source

Remove debug code.

Steven Kirk 3 years ago
parent
commit
be9c9cfaad
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Avalonia.Controls/WindowBase.cs

+ 0 - 2
src/Avalonia.Controls/WindowBase.cs

@@ -225,8 +225,6 @@ namespace Avalonia.Controls
                 LayoutManager.ExecuteLayoutPass();
                 Renderer?.Resized(clientSize);
             }
-
-            System.Diagnostics.Debug.WriteLine($"HandleResized: ClientSize {ClientSize} | FrameSize {FrameSize}");
         }
 
         /// <summary>