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