Removed log in WelcomeReminders component

• Removed:
- log in WelcomeReminders component
This commit is contained in:
mgabdev 2021-01-14 15:52:09 -05:00
parent 285aa17024
commit 4d000009f5
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class WelcomeReminders extends ImmutablePureComponent {
componentDidUpdate(prevProps) {
const { account } = this.props
console.log("Welcome updated")
this.handleSetVisible(account)
}