Skip to content

Commit

Permalink
chore: remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 2, 2021
1 parent 4ad1bb6 commit 97915bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tsbb/src/babel/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default (filePath: string, options: ITransformOptions, targets: ITargets)
sourceMaps: options.sourceMaps === 'none' ? false : options.sourceMaps,
sourceFileName: path.relative(path.dirname(options.outputPath), filePath),
} : {}
console.log(transformOptions)
transformFile(
filePath,
{
Expand Down

0 comments on commit 97915bd

Please sign in to comment.