diff options
| author | anj-s <[email protected]> | 2025-08-19 13:17:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-19 20:17:42 +0000 |
| commit | 1b9107a8bba135094f0a00c13df5aba4abb4e190 (patch) | |
| tree | 0e6e9b580940e12106abbfff656fd4caad770fc3 | |
| parent | d543c8339acd51a4cf8ade23e896249d3321fc1f (diff) | |
Remove checking for a condition just for logging (#6503)
| -rw-r--r-- | packages/core/src/config/config.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index 751012e7..c5f919c1 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -344,10 +344,6 @@ export class Config { } logCliConfiguration(this, new StartSessionEvent(this)); - - if (this.getUsageStatisticsEnabled()) { - console.log('Data collection is disabled.'); - } } /** |
