mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-11 21:29:14 +00:00
remove debug statements
This commit is contained in:
parent
3ce5e6ee42
commit
614498b22c
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ namespace Ryujinx.Ui.App.Common
|
|||
IEnumerable<string> files = Directory.EnumerateFiles(appDir, "*", SearchOption.AllDirectories).Where(file =>
|
||||
{
|
||||
var dir = Path.GetDirectoryName(file);
|
||||
Console.WriteLine(dir);
|
||||
|
||||
return(!ignoreDirSet.Contains(dir)&&(
|
||||
(Path.GetExtension(file).ToLower() is ".nsp" && ConfigurationState.Instance.Ui.ShownFileTypes.NSP.Value) ||
|
||||
(Path.GetExtension(file).ToLower() is ".pfs0" && ConfigurationState.Instance.Ui.ShownFileTypes.PFS0.Value) ||
|
||||
|
|
Loading…
Reference in a new issue