Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
matkt committed Jul 23, 2020
1 parent f943765 commit a4e6536
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ public Builder ipAddress(final String ip, final EnodeDnsConfiguration enodeDnsCo
this.ip = InetAddresses.forString(ip);
} else if (enodeDnsConfiguration.dnsEnabled()) {
try {
System.out.println("ALLO " + enodeDnsConfiguration.updateEnabled() + " " + ip);
this.ip = InetAddress.getByName(ip);
if (enodeDnsConfiguration.updateEnabled()) {
this.maybeHostname = Optional.of(ip);
Expand Down

0 comments on commit a4e6536

Please sign in to comment.