diff --git a/frontend/src/app/components/block/block.component.ts b/frontend/src/app/components/block/block.component.ts index 27c4f8908..0f4d4023a 100644 --- a/frontend/src/app/components/block/block.component.ts +++ b/frontend/src/app/components/block/block.component.ts @@ -127,7 +127,6 @@ export class BlockComponent implements OnInit, OnDestroy { if (this.auditSupported) { this.isAuditEnabledFromParam().subscribe(auditParam => { if (this.auditParamEnabled) { - console.log(`auditParamEnabled: ${auditParam}`); this.auditModeEnabled = auditParam; } else { this.auditPrefSubscription = this.stateService.hideAudit.subscribe(hide => {