Skip to content

Commit a74fdaf

Browse files
committed
fix: remove log
1 parent 842083a commit a74fdaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/components/section/section.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/charmbracelet/bubbles/spinner"
1111
tea "github.com/charmbracelet/bubbletea"
1212
"github.com/charmbracelet/lipgloss"
13-
"github.com/charmbracelet/log"
1413
"github.com/cli/go-gh/v2/pkg/repository"
1514

1615
"github.com/dlvhdr/gh-dash/v4/config"
@@ -237,8 +236,6 @@ func (m *BaseModel) enrichSearchWithTemplateVars() string {
237236
return searchValue
238237
}
239238

240-
log.Debug("template", "err", err, "buf", buf.String())
241-
242239
return buf.String()
243240
}
244241

0 commit comments

Comments
 (0)