Tiny cleanups.

This commit is contained in:
JoelKatz
2013-02-09 20:07:53 -08:00
parent b6f9811001
commit f8f56b96e0
2 changed files with 1 additions and 1 deletions

View File

@@ -534,7 +534,6 @@ void LedgerConsensus::mapComplete(const uint256& hash, SHAMap::ref map, bool acq
if (mAcquired.find(hash) != mAcquired.end())
{
mAcquiring.erase(hash);
cLog(lsINFO) << "Already had the TXS";
return; // we already have this map
}