Remove stray log that was making rendering weird

This commit is contained in:
Christian Rocha
2020-01-19 00:13:19 -05:00
parent 6a0489592f
commit 824703a661

1
tea.go
View File

@@ -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)
}