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