Remove a pointless debug message.

This commit is contained in:
JoelKatz
2012-05-08 03:46:13 -07:00
parent b2fbe0e2e9
commit b61ef68e2f

View File

@@ -29,7 +29,6 @@ void TimingService::start(boost::asio::io_service& ioService)
void TimingService::handleLedger()
{
cout << "publish ledger" << endl;
#if 0
theApp->getLedgerMaster().startFinalization();
mLedgerTimer->expires_at(mLedgerTimer->expires_at() + boost::posix_time::seconds(theConfig.LEDGER_SECONDS));