Skip to content

Commit 7eab11b

Browse files
committed
Small fix
1 parent e626049 commit 7eab11b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cf_cli_java_plugin.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,10 +822,6 @@ func (c *JavaPlugin) execute(_ plugin.CliConnection, args []string) (string, err
822822
}
823823
return "", fmt.Errorf("Command execution failed: %w\nOutput: %s", err, output)
824824
}
825-
// Print output to stdout for user visibility
826-
if len(output) > 0 {
827-
fmt.Print(output)
828-
}
829825

830826
if command.GenerateFiles {
831827
c.logVerbosef("Processing file generation and download")

0 commit comments

Comments
 (0)