mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 22:40:18 +00:00
Remove debug log
This commit is contained in:
parent
8eb3984981
commit
e422766413
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ public class UserSaveManagerViewModel : BaseModel
|
||||||
|
|
||||||
public void Sort()
|
public void Sort()
|
||||||
{
|
{
|
||||||
Console.WriteLine("Sorting");
|
|
||||||
Saves.AsObservableChangeSet()
|
Saves.AsObservableChangeSet()
|
||||||
.Filter(Filter)
|
.Filter(Filter)
|
||||||
.Sort(GetComparer())
|
.Sort(GetComparer())
|
||||||
|
|
Loading…
Reference in a new issue