From 02903686addaa271c3f7241e371317b09ed2dc95 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 10 Sep 2020 22:02:12 -0700 Subject: [PATCH] Remove accidental add --- DICUI.Check/Program.cs | 7 ------- 1 file changed, 7 deletions(-) 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] == "-?") {