removed debug code

This commit is contained in:
nathan 2018-03-22 19:21:28 +01:00
parent dbd9c3d10a
commit 635f97b502

View File

@ -224,9 +224,6 @@ class EndPointClient extends EndPoint {
synchronized (bootstrapLock) {
// we're done with registration, so no need to keep this around
if (bootstrapIterator.hasNext()) {
System.err.println("WHAT");
}
bootstrapIterator = null;
registration.countDown();
}