Browse Source

Removed debug message.

Steven Kirk 9 years ago
parent
commit
f67a31da1c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Windows/Avalonia.Win32/WindowImpl.cs

+ 0 - 2
src/Windows/Avalonia.Win32/WindowImpl.cs

@@ -90,8 +90,6 @@ namespace Avalonia.Win32
                     value *= Scaling;
                     value += BorderThickness;
 
-                    System.Diagnostics.Debug.WriteLine($"Set client size to {value}");
-
                     UnmanagedMethods.SetWindowPos(
                         _hwnd,
                         IntPtr.Zero,