Remove checking for a condition just for logging (#6503)
This commit is contained in:
parent
d543c8339a
commit
1b9107a8bb
|
@ -344,10 +344,6 @@ export class Config {
|
|||
}
|
||||
|
||||
logCliConfiguration(this, new StartSessionEvent(this));
|
||||
|
||||
if (this.getUsageStatisticsEnabled()) {
|
||||
console.log('Data collection is disabled.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue