Skip to content

Commit c05cfc3

Browse files
committed
remove accidentally left in console.debug()
1 parent 66e0e13 commit c05cfc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/processScript/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ export async function processScript(code: string, {
253253
)
254254
}
255255

256-
console.debug(HERE, extensions)
257-
258256
const bundle = await rollup({
259257
input: filePathResolved,
260258
plugins: [

0 commit comments

Comments
 (0)