Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Feb 12, 2023
1 parent 4fa710b commit 802d806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/components/prssection/prssection.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package prssection

import (
"fmt"
"log"
"time"

"github.com/charmbracelet/bubbles/key"
Expand Down Expand Up @@ -278,7 +277,6 @@ func (m *Model) FetchNextPageSectionRows() []tea.Cmd {
}
res, err := data.FetchPullRequests(m.GetFilters(), *limit, m.PageInfo)
if err != nil {
log.Printf("err %v", err)
return constants.TaskFinishedMsg{
SectionId: m.Id,
SectionType: m.Type,
Expand Down

0 comments on commit 802d806

Please sign in to comment.