Remove chatty debug.

This commit is contained in:
JoelKatz
2012-09-03 09:46:35 -07:00
parent 0149c3948b
commit 203533db3d

View File

@@ -468,7 +468,6 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector<Peer::pointer>& peerLis
vc.highNode = it->getNodePublic();
++vc.nodesUsing;
}
else Log(lsTRACE) << "Connected peer announces no LCL " << it->getIP();
}
}