Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Aug 31, 2024
1 parent 05bf199 commit b0894eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/components/reposection/reposection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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":
Expand Down

0 comments on commit b0894eb

Please sign in to comment.