mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-05 01:59:40 +01:00
Remove debug message
This commit is contained in:
parent
152993f749
commit
65a6e25f1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user