Skip to content

Commit 29cbef5

Browse files
committed
remove redundant comment
1 parent 117b675 commit 29cbef5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export function createCliStatusTracker(
186186
? "ok"
187187
: "setup_required",
188188
);
189-
// cliPath.setValue(newCli?.cliPath);
190189
cliPath.setValue(newCli?.upToDate ? newCli?.cliPath : undefined);
191190
outdated.setValue(
192191
newCli?.upToDate !== undefined ? !newCli.upToDate : undefined,

0 commit comments

Comments
 (0)