Skip to content

Commit f87cf01

Browse files
committed
Remove the "tui" event
It's not really useful, we already have the "run" one. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent d006583 commit f87cf01

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/tui/tui.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99

1010
"github.com/docker/cagent/pkg/app"
1111
"github.com/docker/cagent/pkg/runtime"
12-
"github.com/docker/cagent/pkg/telemetry"
1312
"github.com/docker/cagent/pkg/tui/components/statusbar"
1413
"github.com/docker/cagent/pkg/tui/dialog"
1514
chatpage "github.com/docker/cagent/pkg/tui/page/chat"
@@ -77,7 +76,6 @@ func New(a *app.App) tea.Model {
7776

7877
// Init initializes the application
7978
func (a *appModel) Init() tea.Cmd {
80-
telemetry.TrackCommand("tui", []string{"init"})
8179
return tea.Batch(
8280
// Initialize dialog system
8381
a.dialog.Init(),

0 commit comments

Comments
 (0)