mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove a very verbose error for cloud agents (#8795)
This commit is contained in:
parent
93c13e2d13
commit
ac88d66194
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue