diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index f15be2596..f350f2efd 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -108,7 +108,6 @@ const Header = (props: Props) => { } function getWalletTitle() { - console.log('rounded', roundedBalance); return hideBalance || Number(roundedBalance) === 0 ? ( __('Your Wallet') ) : (