This commit is contained in:
jed
2012-11-15 13:17:36 -08:00
parent 850c7004c8
commit 7c69c45a2f
4 changed files with 18 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ var account_dump = function (remote, account, callback) {
.ledger_hash(remote.ledger_hash())
.account_root("root")
.on('success', function (r) {
console.log("account_root: %s", JSON.stringify(r, undefined, 2));
//console.log("account_root: %s", JSON.stringify(r, undefined, 2));
callback();
})