Remove debug message

This commit is contained in:
Matsv 2016-10-01 00:59:42 +02:00
parent 152993f749
commit 65a6e25f1b
No known key found for this signature in database
GPG Key ID: 97CEC2A2EA31350F

View File

@ -28,8 +28,6 @@ public class ProtocolDetectorService implements Runnable {
@Override
public void run() {
System.out.println("Checking protocol ids"); // TODO remove message after confirming that it works
for (final Map.Entry<String, ServerInfo> lists : plugin.getProxy().getServers().entrySet()) {
lists.getValue().ping(new Callback<ServerPing>() {
@Override