forked from Mirrors/bubbletea
Remove logging in text input example
This commit is contained in:
parent
133a315b2c
commit
d3267e8ce0
|
@ -12,7 +12,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
tea.LogToFile("debug.log", "input")
|
||||
p := tea.NewProgram(initialModel())
|
||||
|
||||
if err := p.Start(); err != nil {
|
||||
|
|
Loading…
Reference in New Issue