Skip to content

Commit 3dff992

Browse files
update audit base command
1 parent 61925ca commit 3dff992

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/contentstack-audit/src/audit-base-command.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ export abstract class AuditBaseCommand extends BaseCommand<typeof AuditBaseComma
6969
}
7070
configHandler.set('log.progressSupportedModule', 'audit');
7171

72-
// Initialize audit context
73-
this.auditContext = this.createAuditContext();
74-
log.debug(`Starting audit command: ${command}`, this.auditContext);
75-
log.info(`Starting audit command: ${command}`, this.auditContext);
76-
7772
// Initialize global summary for progress tracking
7873
CLIProgressManager.initializeGlobalSummary('AUDIT', '', 'Auditing content...');
7974

0 commit comments

Comments
 (0)