Skip to content

Commit

Permalink
remove accidentally left in console.debug()
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Nov 25, 2024
1 parent 66e0e13 commit c05cfc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/processScript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ export async function processScript(code: string, {
)
}

console.debug(HERE, extensions)

const bundle = await rollup({
input: filePathResolved,
plugins: [
Expand Down

0 comments on commit c05cfc3

Please sign in to comment.