diff options
Diffstat (limited to 'widgets/aerc.go')
-rw-r--r-- | widgets/aerc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/aerc.go b/widgets/aerc.go index b94d03d2..a968ab1d 100644 --- a/widgets/aerc.go +++ b/widgets/aerc.go @@ -96,7 +96,6 @@ func (aerc *Aerc) Draw(ctx *libui.Context) { func (aerc *Aerc) Event(event tcell.Event) bool { if aerc.focused != nil { - aerc.logger.Println("sending event to focused child") return aerc.focused.Event(event) } |