Remove debugging output

This commit is contained in:
Matt Nadareski
2016-03-24 15:22:44 -07:00
parent 267a7fc76e
commit d53d4da931

View File

@@ -48,8 +48,6 @@ namespace DATabase
input = (!arg.StartsWith("-") && !arg.StartsWith("source=") && !arg.StartsWith("system=") && !arg.StartsWith("input=") && input == "" ? arg : input);
}
Console.WriteLine(input);
// If more than one switch is enabled, show the help screen
if (!(help ^ import ^ generate ^ listsys ^ listsrc) || help)
{