diff --git a/DICUI.Check/Program.cs b/DICUI.Check/Program.cs index f2810043..b0db43f5 100644 --- a/DICUI.Check/Program.cs +++ b/DICUI.Check/Program.cs @@ -11,13 +11,6 @@ namespace DICUI.Check { public static void Main(string[] args) { - args = new string[] - { - "cd", - "psx", - "C:\\Users\\Matt\\Downloads\\SLUS-90037\\SLUS-90037.cue" - }; - // Help options if (args.Length == 0 || args[0] == "-h" || args[0] == "-?") {