mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +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()
|
||||
{
|
||||
Console.WriteLine("Sorting");
|
||||
Saves.AsObservableChangeSet()
|
||||
.Filter(Filter)
|
||||
.Sort(GetComparer())
|
||||
|
|
Loading…
Reference in a new issue