Remove stray console.log from #4757

Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
wiz 2024-03-12 14:17:57 +09:00 committed by GitHub
parent fffffffdb3
commit f0f1eb06bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 => {