Skip to content

Commit

Permalink
remove unused event
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Nov 27, 2023
1 parent 1396fb7 commit 93e8563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func runK3d(cmd *cobra.Command, args []string) error {

segClient := segment.InitClient(clusterId, clusterTypeFlag, gitProviderFlag)
defer segClient.Client.Close()
//telemetry.SendEvent(segClient, telemetry.ClusterInstallStarted, "")

// Progress output
progressPrinter.AddTracker("preflight-checks", "Running preflight checks", 5)
Expand Down

0 comments on commit 93e8563

Please sign in to comment.