Skip to content

Commit ac97343

Browse files
ZSPACE-12104 Remove reduncant properties.
1 parent 04b1c61 commit ac97343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MainClass.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ private static void RegularParametersParsing(string[] args)
486486
var help = false;
487487
var version = false;
488488
string outputFormatString = null;
489-
string metadataFormatString = "1";
489+
string metadataFormatString = null;
490490
string logFormatString = null;
491491
var parseInput = new ParseInput();
492492

@@ -613,8 +613,6 @@ private static void RegularParametersParsing(string[] args)
613613
{
614614
// parse the command line
615615
var extra = optionSet.Parse(args);
616-
parseInput.RawDirectoryPath = "D:\\ht\\testdata";
617-
parseInput.OutputDirectory = "D:\\ht\\testdata\\output";
618616
if (!extra.IsNullOrEmpty())
619617
{
620618
throw new OptionException("Unexpected extra arguments", null);

0 commit comments

Comments
 (0)