Skip to content

Commit a5bc9e3

Browse files
committed
chore: remove dev logs
1 parent 67e19e6 commit a5bc9e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/cli/src/utils/registry.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ async function fetchRegistry(paths: string[]) {
3232
try {
3333
const results = await Promise.all(
3434
paths.map(async (path) => {
35-
const url = `${BASE_URL}/registry/${path}`
36-
console.log("fetch", url)
3735
const response = await fetch(`${BASE_URL}/registry/${path}`)
3836
return await response.json()
3937
})

0 commit comments

Comments
 (0)