Skip to content

Commit

Permalink
removed system out println
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Oct 2, 2023
1 parent e1cac52 commit 05592cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public HelmExecutionBuilder(final Path helmExecutable) {
this.workingDirectory = (workingDirectoryString == null || workingDirectoryString.isBlank())
? this.helmExecutable.getParent()
: new File(workingDirectoryString).toPath();
System.out.println(
"workingDirectoryString: " + workingDirectoryString + ", workingDirectory: " + workingDirectory);
}

/**
Expand Down

0 comments on commit 05592cb

Please sign in to comment.