Skip to content

Commit 6e2ad39

Browse files
Remove debugging log
Addressing review feedback-- once this works we don't need to keep it Co-authored-by: Gonzalo Riestra <[email protected]>
1 parent 0b4ee2f commit 6e2ad39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app/src/cli/prompts/generate/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ export function buildChoices(extensionTemplates: ExtensionTemplate[], unavailabl
5454
}),
5555
]
5656

57-
// Log unique groups before sorting to help with debugging
58-
const uniqueGroups = Array.from(new Set(templateSpecChoices.map((item) => item.group))).sort()
59-
outputDebug(`Unique groups in templates: ${JSON.stringify(uniqueGroups)}`)
60-
6157
const compareChoices = (c1: ArrElement<typeof templateSpecChoices>, c2: ArrElement<typeof templateSpecChoices>) => {
6258
if (c1.sortPriority === c2.sortPriority) {
6359
return c1.label.localeCompare(c2.label)

0 commit comments

Comments
 (0)