Remove debug.

This commit is contained in:
JoelKatz
2012-04-26 19:11:13 -07:00
parent d248f40c84
commit a9b75e3fe2

View File

@@ -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)