mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove debugging output
This commit is contained in:
@@ -48,8 +48,6 @@ namespace DATabase
|
|||||||
input = (!arg.StartsWith("-") && !arg.StartsWith("source=") && !arg.StartsWith("system=") && !arg.StartsWith("input=") && input == "" ? arg : input);
|
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 more than one switch is enabled, show the help screen
|
||||||
if (!(help ^ import ^ generate ^ listsys ^ listsrc) || help)
|
if (!(help ^ import ^ generate ^ listsys ^ listsrc) || help)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user