Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBrusa committed Jul 4, 2023
1 parent 757217d commit aaf1bea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/modular-scripts/src/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ async function test(options: TestOptions, packages?: string[]): Promise<void> {
const { createJestConfig } = await import('./config');

const configuredSwc = swc ? swc : getConfig('swcJest', getModularRoot());
console.error(
'CONFIGURED SWC: ',
JSON.stringify(getConfig('swcJest', getModularRoot())),
);

if (configuredSwc) console.error('USING SWC');

cleanArgv.push(
'--config',
Expand Down

0 comments on commit aaf1bea

Please sign in to comment.