Skip to content

Commit 765323d

Browse files
authored
Merge pull request #387 from rumpl/remove-tui-telemetry
Remove the "tui" event
2 parents 2badc16 + f87cf01 commit 765323d

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)