Remove stray console.log from #4757
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
parent
fffffffdb3
commit
f0f1eb06bb
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user