Remove accidental add

This commit is contained in:
Matt Nadareski
2020-09-10 22:02:12 -07:00
parent 00cbed725d
commit 02903686ad

View File

@@ -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] == "-?")
{