From d45c259501641516400e8238af5c6d552726f8fa Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Mon, 7 Mar 2022 10:33:39 -0700 Subject: [PATCH] Remove comment Signed-off-by: Joel Longtine --- cmd/dagger/cmd/project/init.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/dagger/cmd/project/init.go b/cmd/dagger/cmd/project/init.go index 752be5eb..8f6bc233 100644 --- a/cmd/dagger/cmd/project/init.go +++ b/cmd/dagger/cmd/project/init.go @@ -40,9 +40,7 @@ var initCmd = &cobra.Command{ lg.Fatal().Err(err).Msg("failed to initialize project") } - // TODO: Add telemtry for init <-common.TrackCommand(ctx, cmd) - }, }