Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharatkk-metron committed Aug 5, 2024
1 parent 1444c1e commit e02d0fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/validateInvocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ export default async function validateInvocation({
}
}

console.log(config);

const client = createSonarqubeClient(instance.config, logger);
try {
const systemInfo = await client.fetchSystemInfo();
Expand Down

0 comments on commit e02d0fb

Please sign in to comment.