From f0f1eb06bb9e1c1d03fda9487f21181d47042d62 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 12 Mar 2024 14:17:57 +0900 Subject: [PATCH] Remove stray console.log from #4757 Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com> --- frontend/src/app/components/block/block.component.ts | 1 - 1 file changed, 1 deletion(-) 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 => {