We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61925ca commit 3dff992Copy full SHA for 3dff992
packages/contentstack-audit/src/audit-base-command.ts
@@ -69,11 +69,6 @@ export abstract class AuditBaseCommand extends BaseCommand<typeof AuditBaseComma
69
}
70
configHandler.set('log.progressSupportedModule', 'audit');
71
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
-
77
// Initialize global summary for progress tracking
78
CLIProgressManager.initializeGlobalSummary('AUDIT', '', 'Auditing content...');
79
0 commit comments