Remove checking for a condition just for logging (#6503)

This commit is contained in:
anj-s 2025-08-19 13:17:42 -07:00 committed by GitHub
parent d543c8339a
commit 1b9107a8bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -344,10 +344,6 @@ export class Config {
}
logCliConfiguration(this, new StartSessionEvent(this));
if (this.getUsageStatisticsEnabled()) {
console.log('Data collection is disabled.');
}
}
/**