Skip to content

Commit 4962d3c

Browse files
committed
chore: remove debug logs
1 parent dcd5a88 commit 4962d3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adminforth/commands/createApp/utils.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,6 @@ async function installDependencies(ctx, cwd) {
370370
await execAsync(`pnpm install`, { cwd: customDir, env: { PATH: process.env.PATH } }),
371371
]);
372372
} else {
373-
console.log(`Using Node.js binary at: ${nodeBinary}`);
374-
console.log(`Using pnpm binary at: ${npmPath}`);
375-
console.log(`Using custom directory at: ${customDir}`);
376-
console.log(`Running install commands...`);
377373
const res = await Promise.all([
378374
await execAsync(`${nodeBinary} ${npmPath} install`, { cwd, env: { PATH: process.env.PATH } }),
379375
await execAsync(`${nodeBinary} ${npmPath} install`, { cwd: customDir, env: { PATH: process.env.PATH } }),

0 commit comments

Comments
 (0)