Skip to content

Commit 8fdf339

Browse files
committed
fix: remove debug logging
1 parent 8ebcbea commit 8fdf339

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/utils/readme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ function resolveUrl(url: string, packageName: string, repoInfo?: RepositoryInfo)
227227
const parsed = new URL(url, 'https://example.com')
228228
if (parsed.protocol === 'http:' || parsed.protocol === 'https:') {
229229
// Redirect npmjs urls to ourself
230-
console.log({ isnpm: isNpmJsUrlThatCanBeRedirected(parsed) })
231230
if (isNpmJsUrlThatCanBeRedirected(parsed)) {
232231
return parsed.pathname + parsed.search + parsed.hash
233232
}

0 commit comments

Comments
 (0)