Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Floffah committed Oct 12, 2024
1 parent 624b8e4 commit 4a86c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/generateBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function generateBundle(

tsconfigPath = resolve(process.cwd(), `tsconfig.${tempid}.json`);

console.log(originalConfig)
writeFileSync(
tsconfigPath,
JSON.stringify({
Expand Down

0 comments on commit 4a86c5c

Please sign in to comment.