From a9b75e3fe20704842ea01609a933edf86195129a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 26 Apr 2012 19:11:13 -0700 Subject: [PATCH] Remove debug. --- src/AccountState.cpp | 8 -------- 1 file changed, 8 deletions(-) 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)