Skip to content

Commit

Permalink
Remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 11, 2024
1 parent 36c594f commit 0c3b3f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/jenkins/plugins/jfrog/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public static void deleteBuildJfrogHomeDir(FilePath ws, String buildNumber, Task
try {
FilePath jfrogCliHomeDir = createAndGetJfrogCliHomeTempDir(ws, buildNumber);
jfrogCliHomeDir.deleteRecursive();
taskListener.getLogger().println(jfrogCliHomeDir.getRemote() + " deleted");
} catch (IOException | InterruptedException e) {
taskListener.getLogger().println("Failed while attempting to delete the JFrog CLI home dir \n" + ExceptionUtils.getRootCauseMessage(e));
}
Expand Down

0 comments on commit 0c3b3f3

Please sign in to comment.