diff --git a/tea.go b/tea.go index 596f71c..d2080ba 100644 --- a/tea.go +++ b/tea.go @@ -160,7 +160,6 @@ func (p *Program) Start() error { } model, cmd = p.update(msg, model) - log.Println(model) cmds <- cmd // process command (if any) p.render(model) }