From ae127674ec86e155681a9460f5faff1c91aef58e Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 23 Jun 2012 20:43:39 -0700 Subject: [PATCH] Remove extraneous log. --- src/LedgerConsensus.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 01487d5b68..dee196af03 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -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";