Skip to content

Commit

Permalink
chore: remove dev logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-karger committed Oct 1, 2024
1 parent 67e19e6 commit a5bc9e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/src/utils/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ async function fetchRegistry(paths: string[]) {
try {
const results = await Promise.all(
paths.map(async (path) => {
const url = `${BASE_URL}/registry/${path}`
console.log("fetch", url)
const response = await fetch(`${BASE_URL}/registry/${path}`)
return await response.json()
})
Expand Down

0 comments on commit a5bc9e3

Please sign in to comment.