Skip to content

Commit

Permalink
Remove duplicate line in repro output
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Dec 11, 2020
1 parent 3b95a41 commit 85ce4ce
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -180,7 +180,6 @@ private ReproduceErrorMessageBuilder appendESProperties() {
appendOpt("tests.timezone", TimeZone.getDefault().getID());
appendOpt("tests.distribution", System.getProperty("tests.distribution"));
appendOpt("runtime.java", Integer.toString(JavaVersion.current().getVersion().get(0)));
appendOpt("runtime.java", Integer.toString(JavaVersion.current().getVersion().get(0)));
appendOpt("license.key", System.getProperty("licence.key"));
appendOpt(ESTestCase.FIPS_SYSPROP, System.getProperty(ESTestCase.FIPS_SYSPROP));
return this;
Expand Down

0 comments on commit 85ce4ce

Please sign in to comment.