Skip to content

Commit 5de9fd2

Browse files
committed
Update CommandUtils.java
1 parent dd7bf69 commit 5de9fd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/utils/CommandUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public static String execute(File workingDirectory, String executable, Object...
6060

6161
createArguments(command, arguments);
6262

63-
Logger.info("Shell: " + command.getShell().getShellCommand());
6463
Logger.info("Executing command: " + StringUtils.join(command.getCommandline(), " "));
6564

6665
Process process = command.execute();

0 commit comments

Comments
 (0)