mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove debug.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user