Skip to content

Commit ac88d66

Browse files
authored
Remove a very verbose error for cloud agents (#8795)
1 parent 93c13e2 commit ac88d66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,9 +1822,7 @@ export class ClineProvider
18221822
try {
18231823
cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
18241824
} catch (error) {
1825-
console.error(
1826-
`[getStateToPostToWebview] failed to get cloud organizations: ${error instanceof Error ? error.message : String(error)}`,
1827-
)
1825+
// Ignore this error.
18281826
}
18291827

18301828
const telemetryKey = process.env.POSTHOG_API_KEY

0 commit comments

Comments
 (0)