Skip to content

Commit

Permalink
fix(cli-utils): remove unnecesary log
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Jun 17, 2024
1 parent 3cf90b6 commit 8af3a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/utils/cli/src/scan/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export async function adoption(options) {

const { details, directory, extensions, imports, sort, output } = config.adoption

console.log(JSON.parse(JSON.stringify(config.adoption)))

imports.forEach(moduleName => {
logger.info(`ℹ️ Scanning adoption for ${moduleName}`)
const directoryPath = path.join(process.cwd(), directory)
Expand Down

0 comments on commit 8af3a61

Please sign in to comment.