Skip to content

Commit

Permalink
remove unnessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 3, 2025
1 parent 15c7a89 commit d7ba5e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/tsdk.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"// --------- ${1:ApiName} END ---------"
],
"description": "API Config snippet but more simple"
},
},
"importApiConf": {
"scope": "typescriptreact,typescript",
"prefix": "apin",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsdk/src/sync-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export async function addDepsIfNone() {
symbols.warning,
`\`tsdk\` depends on \`${dependency}\`, so automatically adding \`${dependency}\` to dependencies`
);
console.log(
symbols.info,
`You can run \`${npmCMDs.installCmd}\` to install new dependencies`
);
// console.log(
// symbols.info,
// `You can run \`${npmCMDs.installCmd}\` to install new dependencies`
// );
console.log('');
}
return 1;
Expand Down

0 comments on commit d7ba5e6

Please sign in to comment.