diff --git a/tea.go b/tea.go index 82db0edec7..0333218051 100644 --- a/tea.go +++ b/tea.go @@ -15,7 +15,6 @@ import ( "fmt" "image/color" "io" - "log" "os" "os/signal" "runtime" @@ -426,8 +425,6 @@ func (p *Program) eventLoop(model Model, cmds chan Cmd) (Model, error) { continue } - log.Printf("msg: %T", msg) - // Handle special internal messages. switch msg := msg.(type) { case QuitMsg: