Skip to content

Commit

Permalink
[CHECKER] remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 committed Jan 4, 2025
1 parent c38693a commit 711fba0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/main/java/org/astraea/app/checker/Checker.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ public class Checker {
List.of(new ReleaseGuard(), new RpcGuard(), new ConfigGuard());

public static void main(String[] args) throws Exception {
execute(
Argument.parse(
new Argument(),
new String[] {
"--bootstrap.servers", "172.20.10.2:9092", "--jmx.ports", "0=11111,1=11112,2=11113"
}));
execute(Argument.parse(new Argument(), args));
}

public static void execute(final Argument param) throws Exception {
Expand Down

0 comments on commit 711fba0

Please sign in to comment.