Remove a very verbose error for cloud agents (#8795)

This commit is contained in:
Chris Estreich 2025-10-23 12:37:45 -07:00 committed by GitHub
parent 93c13e2d13
commit ac88d66194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1822,9 +1822,7 @@ export class ClineProvider
try {
cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
} catch (error) {
console.error(
`[getStateToPostToWebview] failed to get cloud organizations: ${error instanceof Error ? error.message : String(error)}`,
)
// Ignore this error.
}
const telemetryKey = process.env.POSTHOG_API_KEY