Skip to content

Commit 6e007ff

Browse files
committed
chore(agents): remove todos
1 parent f7dfe48 commit 6e007ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/lk/agent.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
385385
return err
386386
}
387387

388-
// TODO (steveyoon): disable check SDK version until we add support for uv and lockfile generation
389-
// https://github.com/livekit/livekit-cli/pull/618/files
390388
if err := agentfs.CheckSDKVersion(workingDir, projectType, settingsMap); err != nil {
391389
if cmd.Bool("skip-sdk-check") {
392390
fmt.Printf("Error checking SDK version: %v, skipping...\n", err)
@@ -551,8 +549,6 @@ func deployAgent(ctx context.Context, cmd *cli.Command) error {
551549
return err
552550
}
553551

554-
// TODO (steveyoon): disable check SDK version until we add support for uv and lockfile generation
555-
// https://github.com/livekit/livekit-cli/pull/618/files
556552
if err := agentfs.CheckSDKVersion(workingDir, projectType, settingsMap); err != nil {
557553
if cmd.Bool("skip-sdk-check") {
558554
fmt.Printf("Error checking SDK version: %v, skipping...\n", err)

0 commit comments

Comments
 (0)