mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Streamline Log with print() and out()
This commit is contained in:
@@ -268,7 +268,7 @@ bool Ledger::hasAccount (const RippleAddress& accountID)
|
||||
AccountState::pointer Ledger::getAccountState (const RippleAddress& accountID)
|
||||
{
|
||||
#ifdef BEAST_DEBUG
|
||||
// std::cerr << "Ledger:getAccountState(" << accountID.humanAccountID() << ")" << std::endl;
|
||||
// Log::out() << "Ledger:getAccountState(" << accountID.humanAccountID() << ")";
|
||||
#endif
|
||||
|
||||
SLE::pointer sle = getSLEi (Ledger::getAccountRootIndex (accountID));
|
||||
|
||||
Reference in New Issue
Block a user