Remove a line of code that does nothing.

This commit is contained in:
JoelKatz
2013-07-22 03:27:52 -07:00
parent 0e787747d3
commit 21ace6a9b5

View File

@@ -503,10 +503,7 @@ void LedgerMaster::resumeAcquiring ()
if (nextLedger)
acquireMissingLedger (nextLedger, nextLedger->getParentHash (), nextLedger->getLedgerSeq () - 1);
else
{
mCompleteLedgers.clearValue (prevMissing);
WriteLog (lsINFO, LedgerMaster) << "We have a gap at: " << prevMissing + 1;
}
}
}