Remove comment

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-07 10:33:39 -07:00
parent cc84325ba5
commit d45c259501

View File

@ -40,9 +40,7 @@ var initCmd = &cobra.Command{
lg.Fatal().Err(err).Msg("failed to initialize project") lg.Fatal().Err(err).Msg("failed to initialize project")
} }
// TODO: Add telemtry for init
<-common.TrackCommand(ctx, cmd) <-common.TrackCommand(ctx, cmd)
}, },
} }