Remove logging statements

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

View file

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