Skip to content

Commit b599665

Browse files
author
Grahame Grieve
committed
remove debugging statement
1 parent 1e54216 commit b599665

File tree

1 file changed

+0
-1
lines changed
  • org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher

1 file changed

+0
-1
lines changed

org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/Publisher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8875,7 +8875,6 @@ private boolean runJekyll() throws IOException, InterruptedException {
88758875
if (FhirSettings.getGemPath() != null) {
88768876
vars.put("GEM_PATH", FhirSettings.getGemPath());
88778877
}
8878-
System.out.println("r:"+vars.get("RUBY_ROOT"));
88798878
CommandLine commandLine = new CommandLine("bash").addArgument("-c").addArgument(jekyllCommand+" build --destination "+outputDir, false);
88808879
exec.execute(commandLine, vars);
88818880
} else {

0 commit comments

Comments
 (0)