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

remove debug lines

parent 50debe44
No related branches found
No related tags found
2 merge requests!143Develop,!135Jes2850 decentralized lists
......@@ -55,9 +55,7 @@ export function* getAccount(username, force = false) {
account.account_is_witness = true;
}
console.log('*****DEBUG***** raw account:', account);
account = fromJS(account);
console.log('*****DEBUG***** account fromJS: ', 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