Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 7, 2024
1 parent d0a04c6 commit 62beaa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli-tools/src/utils/node.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export const nodeRequire = <T>({id, extension}: {id: string; extension: string})
plugins: [mod.default]
}).code;

console.log('---------------------', fileName, sourceText);

interface NodeModuleWithCompile extends NodeModule {
// eslint-disable-next-line @typescript-eslint/method-signature-style
_compile(code: string, filename: string): T;
Expand Down

0 comments on commit 62beaa2

Please sign in to comment.