This commit is contained in:
jed
2012-11-15 13:17:36 -08:00
committed by Stefan Thomas
parent 16aa141247
commit d2cc68b3cd
2 changed files with 3 additions and 3 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();
})