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

View File

@@ -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.');
}
} }
/** /**