Remove logging in text input example

This commit is contained in:
Christian Rocha 2021-02-06 19:15:42 +00:00
parent 133a315b2c
commit d3267e8ce0
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import (
) )
func main() { func main() {
tea.LogToFile("debug.log", "input")
p := tea.NewProgram(initialModel()) p := tea.NewProgram(initialModel())
if err := p.Start(); err != nil { if err := p.Start(); err != nil {