remove console log

This commit is contained in:
Sean Yesmunt 2020-05-27 14:02:49 -04:00
parent 17885eeccd
commit 424583de60

View file

@ -108,7 +108,6 @@ const Header = (props: Props) => {
} }
function getWalletTitle() { function getWalletTitle() {
console.log('rounded', roundedBalance);
return hideBalance || Number(roundedBalance) === 0 ? ( return hideBalance || Number(roundedBalance) === 0 ? (
__('Your Wallet') __('Your Wallet')
) : ( ) : (