Comment out testing code in ServerChecker

This commit is contained in:
Travis Burtrum 2012-12-27 01:24:33 -05:00
parent ff388d9e98
commit 0c52831c6f
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class ServerChecker {
resolved.append(resolvedIP);
// uncomment for testing without spamming packets
if (true) return returnClose(java.lang.Math.random() < 0.5D, resolvedIP, hostName, port, id, oldResolvedIP);
//if (true) return returnClose(java.lang.Math.random() < 0.5D, resolvedIP, hostName, port, id, oldResolvedIP);
s = new Socket();
s.setSoTimeout(timeout);