Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 7c44a46

Browse files
committed
fix: remove debug message
1 parent 9a7e1ef commit 7c44a46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standalone/src/main/java/com/vexsoftware/nuvotifier/standalone/inject/config/ConfigurationModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public int getPort(CommandLine cli, Options options, VotifierConfiguration confi
152152
@Singleton
153153
@Provides
154154
public InetSocketAddress getInetSocketAddress(@Named("bindAddress") String address, @Named("port") int port) {
155-
System.out.println(address != null ? "address is not null" : "address is null");
156155
return new InetSocketAddress(address, port);
157156
}
158157
}

0 commit comments

Comments
 (0)