Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Feb 7, 2019
1 parent f482a6c commit fe8cbb0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ public Set<String> getNetworkIPs(Set<String> interfaceIPs, int maximumPerInterfa
try {
// gets every ip which can be assigned on the given network
SubnetUtils utils = new SubnetUtils(string);
// TODO: remove logging
logger.info("resolved to network: {}", utils.getInfo());
String[] addresses = utils.getInfo().getAllAddresses();
int len = addresses.length;
if (maximumPerInterface != 0 && maximumPerInterface < len) {
Expand Down

0 comments on commit fe8cbb0

Please sign in to comment.