Debug code no longer needed.

This commit is contained in:
JoelKatz
2012-05-19 01:08:13 -07:00
parent bceeb15f84
commit 99a8fd38cf

View File

@@ -32,8 +32,6 @@ Ledger::Ledger(const NewcoinAddress& masterID, uint64 startAmount) : mTotCoins(s
#ifdef DEBUG
std::cerr << "Root account:";
startAccount->dump();
AccountState::pointer as = getAccountState(masterID);
as->dump();
#endif
}