diff --git a/src/Ledger.cpp b/src/Ledger.cpp index bd83404e01..5bcc479340 100644 --- a/src/Ledger.cpp +++ b/src/Ledger.cpp @@ -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 }