Skip to content

Commit

Permalink
removed stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Mar 15, 2024
1 parent 8fa6c4c commit 71f3aad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentstack-audit/src/audit-base-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export abstract class AuditBaseCommand extends BaseCommand<typeof AuditBaseComma
config: this.sharedConfig,
fix: this.currentCommand === 'cm:stacks:audit:fix',
};
// console.log(this.sharedConfig);
switch (module) {
case 'content-types':
missingCtRefs = await new ContentType(cloneDeep(constructorParam)).run();
Expand Down

0 comments on commit 71f3aad

Please sign in to comment.