Skip to content

Commit

Permalink
refactor: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoon committed Mar 2, 2022
1 parent 4c64cae commit 0cf802f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/vite/src/node/plugins/resolve.ts
Expand Up @@ -142,11 +142,6 @@ export function resolvePlugin(baseOptions: InternalResolveOptions): Plugin {
return res
}
}
debug(
`[all] ${colors.cyan(id)} -> ${colors.dim(importer)}, ${colors.blue(
preferRelative.toString()
)}`
)

// relative
if (id.startsWith('.') || (preferRelative && /^\w/.test(id))) {
Expand Down

0 comments on commit 0cf802f

Please sign in to comment.