Skip to content

Commit cff7cd1

Browse files
dannyhwdanstepanov
authored andcommitted
remove extra log
1 parent 08a4dc5 commit cff7cd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/src/utilities/printOutput.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export async function printOutput(
9999

100100
s.start(`Adding nativewindui components...`);
101101

102-
info(`${runnerType} nwui-cli@latest add ${finalComponents.join(' ')}`);
103-
104102
await runSystemCommand({
105103
command: `${runnerType} --yes nwui-cli@latest add --overwrite -d ${cliResults.projectName} ${finalComponents.join(' ')}`,
106104
errorMessage: 'Error adding nativewindui components',

0 commit comments

Comments
 (0)