Skip to content

Commit b8e7d7b

Browse files
committed
Remove debug logging
1 parent ac2df1a commit b8e7d7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/composables/useCharts.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,6 @@ export function useCharts() {
587587
`/api/registry/package-meta/${encodePackageName(name)}`,
588588
)
589589
.then(meta => {
590-
console.log('name', name)
591-
if (name === 'create-cedar-app') {
592-
console.log('create-cedar-app returns null')
593-
return null
594-
}
595590
const repoUrl = meta?.links?.repository
596591
return repoUrl ? parseRepoUrl(repoUrl) : null
597592
})

0 commit comments

Comments
 (0)