Remove logging statements
This commit is contained in:
parent
c1b0fd3246
commit
3bea3ea077
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue