mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Cosmetic.
This commit is contained in:
@@ -552,8 +552,6 @@ Json::Value RPCHandler::doAccountLines(Json::Value jvRequest)
|
||||
AccountState::pointer as = mNetOps->getAccountState(lpLedger, raAccount);
|
||||
if (as)
|
||||
{
|
||||
cLog(lsDEBUG) << "AccountState: ";
|
||||
as->dump();
|
||||
Json::Value jsonLines(Json::arrayValue);
|
||||
|
||||
jvResult["account"] = raAccount.humanAccountID();
|
||||
|
||||
Reference in New Issue
Block a user