Deleted Print Statement

main
Fan-Wu Yang 8 years ago
parent 52271d580f
commit ffa1d8b0c4

@ -53,7 +53,7 @@ public class HttpMatchBrowserHost extends Thread {
InetAddress i = ee.nextElement(); InetAddress i = ee.nextElement();
if (count == 3){ if (count == 3){
ip = i.getHostAddress(); ip = i.getHostAddress();
System.out.println(ip); //System.out.println(ip);
count++; count++;
break; break;
} }

Loading…
Cancel
Save