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;
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue