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
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 0 additions and 1 deletions

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