Dead line.

This commit is contained in:
JoelKatz
2012-06-10 01:05:48 -07:00
parent 7a114e7d84
commit a37d203d9b

View File

@@ -654,7 +654,6 @@ void LedgerConsensus::accept(SHAMap::pointer set)
Log(lsDEBUG) << "Previous LCL " << mPreviousLedger->getHash().GetHex();
Ledger::pointer newLCL = boost::make_shared<Ledger>(false, boost::ref(*mPreviousLedger));
uint32 newLedgerSeq = newLCL->getLedgerSeq();
#ifdef DEBUG
Json::StyledStreamWriter ssw;