Skip to content

Commit 38a26b7

Browse files
committed
fix: fixing list-add-ons
1 parent 6e82c21 commit 38a26b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cta-cli/src/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
createSerializedOptions,
1515
getAllAddOns,
1616
getFrameworkById,
17-
getFrameworkByName,
1817
getFrameworks,
1918
initAddOn,
2019
initStarter,
@@ -334,7 +333,6 @@ Remove your node_modules directory and package lock file and re-install.`,
334333

335334
program.action(async (projectName: string, options: CliOptions) => {
336335
if (options.listAddOns) {
337-
console.log(options.framework || defaultFramework || 'react-cra')
338336
const addOns = await getAllAddOns(
339337
getFrameworkById(options.framework || defaultFramework || 'react-cra')!,
340338
defaultMode ||

0 commit comments

Comments
 (0)