Skip to content

Commit

Permalink
fix: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Aug 31, 2024
1 parent 9a7e1ef commit 7c44a46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public int getPort(CommandLine cli, Options options, VotifierConfiguration confi
@Singleton
@Provides
public InetSocketAddress getInetSocketAddress(@Named("bindAddress") String address, @Named("port") int port) {
System.out.println(address != null ? "address is not null" : "address is null");
return new InetSocketAddress(address, port);
}
}

0 comments on commit 7c44a46

Please sign in to comment.