mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Remove logging
This commit is contained in:
committed by
Antonio Scandurra
parent
55ed9e4f62
commit
c22a81dc57
@@ -525,7 +525,6 @@ class TextEditorComponent {
|
||||
|
||||
didBlurHiddenInput (event) {
|
||||
if (this.element !== event.relatedTarget && !this.element.contains(event.relatedTarget)) {
|
||||
console.log('blur hi');
|
||||
this.focused = false
|
||||
this.scheduleUpdate()
|
||||
}
|
||||
@@ -533,7 +532,6 @@ class TextEditorComponent {
|
||||
|
||||
didFocusHiddenInput () {
|
||||
if (!this.focused) {
|
||||
console.log('focus hi');
|
||||
this.focused = true
|
||||
this.scheduleUpdate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user