From b0894eb367589cb57880c47e6a817b2cec3ff3e9 Mon Sep 17 00:00:00 2001 From: Dolev Hadar Date: Sat, 31 Aug 2024 17:44:39 +0300 Subject: [PATCH] fix: remove log --- ui/components/reposection/reposection.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/components/reposection/reposection.go b/ui/components/reposection/reposection.go index ddf508fa..26f021a4 100644 --- a/ui/components/reposection/reposection.go +++ b/ui/components/reposection/reposection.go @@ -8,7 +8,6 @@ import ( "github.com/charmbracelet/bubbles/key" tea "github.com/charmbracelet/bubbletea" "github.com/charmbracelet/lipgloss" - "github.com/charmbracelet/log" "github.com/dlvhdr/gh-dash/v4/config" "github.com/dlvhdr/gh-dash/v4/data" @@ -105,7 +104,6 @@ func (m *Model) Update(msg tea.Msg) (section.Section, tea.Cmd) { action := m.GetPromptConfirmationAction() pr := findPRForRef(m.Prs, m.getCurrBranch().Data.Name) sid := tasks.SectionIdentifer{Id: m.Id, Type: SectionType} - log.Debug("Enter", "input", input, "action", action, "pr", pr, "sid", sid) if input == "Y" || input == "y" { switch action { case "delete":