diff --git a/src/AccountState.cpp b/src/AccountState.cpp index 814c07a69..72442317f 100644 --- a/src/AccountState.cpp +++ b/src/AccountState.cpp @@ -25,14 +25,6 @@ AccountState::AccountState(SerializedLedgerEntry::pointer ledgerEntry) : mLedger mAccountID = mLedgerEntry->getIValueFieldAccount(sfAccount); if (mAccountID.isValid()) mValid = true; -#ifdef DEBUG - if (!mValid) std::cerr << "AccountState not valid" << std::endl; - else - { - std::cerr << "AccountState: " << std::endl << " "; - dump(); - } -#endif } void AccountState::addJson(Json::Value& val)