We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2df1a commit b8e7d7bCopy full SHA for b8e7d7b
app/composables/useCharts.ts
@@ -587,11 +587,6 @@ export function useCharts() {
587
`/api/registry/package-meta/${encodePackageName(name)}`,
588
)
589
.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
- }
595
const repoUrl = meta?.links?.repository
596
return repoUrl ? parseRepoUrl(repoUrl) : null
597
})
0 commit comments