Remove logging statements

This commit is contained in:
MutantAura 2024-04-29 18:51:48 +01:00
commit 3bea3ea077

View file

@ -336,8 +336,6 @@ namespace Ryujinx.Ava.UI.Windows
Position = windowCenter; Position = windowCenter;
Console.WriteLine($"{ViewModel.WindowWidth}, {ViewModel.WindowHeight}, {WindowState}, {Position}");
return; return;
} }
@ -357,8 +355,6 @@ namespace Ryujinx.Ava.UI.Windows
{ {
Position = windowCenter; Position = windowCenter;
} }
Console.WriteLine($"{ViewModel.WindowWidth}, {ViewModel.WindowHeight}, {WindowState}, {Position}");
} }
private bool CheckScreenBounds(PixelPoint configPoint) private bool CheckScreenBounds(PixelPoint configPoint)