mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove extraneous log.
This commit is contained in:
@@ -589,10 +589,7 @@ bool LedgerConsensus::peerPosition(LedgerProposal::pointer newPosition)
|
||||
{
|
||||
assert(newPosition->getPeerID() == currentPosition->getPeerID());
|
||||
if (newPosition->getProposeSeq() <= currentPosition->getProposeSeq())
|
||||
{
|
||||
Log(lsINFO) << "Redundant/stale positon";
|
||||
return false;
|
||||
}
|
||||
if (newPosition->getCurrentHash() == currentPosition->getCurrentHash())
|
||||
{ // we missed an intermediary change
|
||||
Log(lsINFO) << "We missed an intermediary position";
|
||||
|
||||
Reference in New Issue
Block a user