We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42fa2e1 + b528ba1 commit f697a9aCopy full SHA for f697a9a
pkg/tui/components/todo/todo.go
@@ -3,7 +3,6 @@ package todo
3
import (
4
"encoding/json"
5
"fmt"
6
- "log/slog"
7
"strings"
8
9
"github.com/charmbracelet/lipgloss/v2"
@@ -94,7 +93,6 @@ func (c *Component) SetTodos(toolCall tools.ToolCall) error {
94
93
// Render renders the todo component
95
func (c *Component) Render() string {
96
if len(c.todos) == 0 {
97
- slog.Debug("No todos to render")
98
return ""
99
}
100
0 commit comments