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() {
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue