Skip to content

Commit 7009402

Browse files
author
Andrea Falzetti
committed
clean up
1 parent 88e83b6 commit 7009402

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/gitpod-cli/pkg/utils/trackEvent.go

-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package utils
66

77
import (
88
"context"
9-
"fmt"
109
"time"
1110

1211
gitpod "github.com/gitpod-io/gitpod/gitpod-cli/pkg/gitpod"
@@ -110,6 +109,4 @@ func (t *EventTracker) Send(ctx context.Context) {
110109
LogError(ctx, err, "Could not track gp command event", t.supervisorClient)
111110
return
112111
}
113-
114-
fmt.Println("EVENT SENT TO SERVER")
115112
}

0 commit comments

Comments
 (0)