Removed log in WelcomeReminders component
• Removed: - log in WelcomeReminders component
This commit is contained in:
parent
285aa17024
commit
4d000009f5
|
@ -39,7 +39,6 @@ class WelcomeReminders extends ImmutablePureComponent {
|
|||
|
||||
componentDidUpdate(prevProps) {
|
||||
const { account } = this.props
|
||||
console.log("Welcome updated")
|
||||
this.handleSetVisible(account)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue