chore(comment): remove unused comment

This commit is contained in:
Christoper Hans 2022-09-10 08:02:02 +07:00 committed by Maas Lalani
parent f8dc99b15d
commit 8c99083115
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -86,7 +86,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case tickMsg:
if m.timeout <= 0 {
m.quitting = true
//m.confirmation = false
return m, tea.Quit
}
m.timeout -= tickInterval