Skip to content

Commit 6b19717

Browse files
committed
chore: wip
1 parent d65da8c commit 6b19717

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/launchpad/src/install-main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ export async function install(packages: PackageSpec | PackageSpec[], basePath?:
156156
if (config.verbose) {
157157
console.log(`✅ Successfully installed ${allInstalledFiles.length} files`)
158158
}
159-
else {
160-
logUniqueMessage(`✅ Successfully set up environment with ${allInstalledFiles.length} files`)
161-
}
162159
}
163160
else if (!suppressSummary) {
164161
if (config.verbose) {

0 commit comments

Comments
 (0)