From 8c99083115fcda1d3429397bacd4eef34198ec0b Mon Sep 17 00:00:00 2001 From: Christoper Hans <4262799+ChrHan@users.noreply.github.com> Date: Sat, 10 Sep 2022 08:02:02 +0700 Subject: [PATCH] chore(comment): remove unused comment --- confirm/confirm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/confirm/confirm.go b/confirm/confirm.go index 678e874..7dd6321 100644 --- a/confirm/confirm.go +++ b/confirm/confirm.go @@ -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