1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Delete clearMessage due to problem wih test [WIP]

This commit is contained in:
Paul Rosset
2017-10-24 23:54:14 +01:00
parent 1c02b4e62a
commit c97c65b707

View File

@@ -69,11 +69,6 @@ class HotkeyTab extends React.Component {
}) })
} }
componentWillUnmount () {
console.log("YAYA")
clearTimeout(this.timer)
}
render () { render () {
let keymapAlert = this.state.keymapAlert let keymapAlert = this.state.keymapAlert
let keymapAlertElement = keymapAlert != null let keymapAlertElement = keymapAlert != null