Skip to content

Commit

Permalink
Revert "Debug args"
Browse files Browse the repository at this point in the history
This reverts commit c90a1b0.
  • Loading branch information
spencergibb committed Nov 3, 2023
1 parent c90a1b0 commit 91ab43f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.WebApplicationType;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.util.StringUtils;

@SpringBootApplication
public class ReleaserApplication extends ReleaserCommandLineRunner {
Expand All @@ -33,7 +32,6 @@ public ReleaserApplication(SpringReleaser releaser, ExecutionResultHandler execu
}

public static void main(String[] args) {
System.err.println("Releaser Args = " + StringUtils.arrayToCommaDelimitedString(args));
SpringApplication application = new SpringApplication(ReleaserApplication.class);
application.setWebApplicationType(WebApplicationType.NONE);
application.run(args);
Expand Down

0 comments on commit 91ab43f

Please sign in to comment.