Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d24c337

Browse files
authored
fix(rolldown): remove console.log (#2145)
<!-- Thank you for contributing! --> ### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> Remove accidentally introduced `console.log`.
1 parent a0e7c4d commit d24c337

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/rolldown/src/plugin/bindingify-build-hooks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export function bindingifyResolveId(
9090
return {}
9191
}
9292
const { handler, meta, options } = normalizeHook(hook)
93-
console.log(options)
9493

9594
return {
9695
plugin: async (ctx, specifier, importer, extraOptions) => {

0 commit comments

Comments
 (0)