Skip to content
Snippets Groups Projects
Commit 49060ad3 authored by Jason Salyers's avatar Jason Salyers
Browse files

Revert "remove debug lines"

This reverts commit ed4b8b7e
parent a5460309
No related branches found
No related tags found
2 merge requests!143Develop,!141Revert "remove debug lines"
...@@ -55,7 +55,9 @@ export function* getAccount(username, force = false) { ...@@ -55,7 +55,9 @@ export function* getAccount(username, force = false) {
account.account_is_witness = true; account.account_is_witness = true;
} }
console.log('*****DEBUG***** raw account:', account);
account = fromJS(account); account = fromJS(account);
console.log('*****DEBUG***** account fromJS: ', account);
yield put(globalActions.receiveAccount({ account })); yield put(globalActions.receiveAccount({ account }));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment