Skip to content

Commit 1bac8dd

Browse files
committed
fix: drop debug log
1 parent c541414 commit 1bac8dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

edge-runtime/lib/cjs.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ function getPackageResolver(packageJsonMatchedModule: RegisteredModule) {
188188

189189
if (bestMatchKey && typeof bestMatchSubpath === 'string') {
190190
const matchedTarget = exports[bestMatchKey]
191-
console.log({
192-
matchedTarget,
193-
bestMatchKey,
194-
bestMatchSubpath,
195-
subpath,
196-
})
197191
return matchConditions(matchedTarget, bestMatchSubpath)
198192
}
199193

0 commit comments

Comments
 (0)