From 409340e921fa02ae7dd4dc71ef0b956af02f7f0a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 18 Jun 2012 22:56:02 -0700 Subject: [PATCH] Cleanup. --- src/LedgerConsensus.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index dcead92135..a1aa85ef3e 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -255,10 +255,7 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::pointer map, bool } if (mComplete.find(hash) != mComplete.end()) - { - Log(lsERROR) << "Got TXS we already had " << hash.GetHex(); return; // we already have this map - } if (mOurPosition && (map->getHash() != mOurPosition->getCurrentHash())) { // this could create disputed transactions