Skip to content

Commit 098fa1d

Browse files
committed
remove check for CodeWhispererConnection: merged into qConnection & qScopes
1 parent 744a2d3 commit 098fa1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/gettingstarted/editor/GettingStartedTelemetryUtils.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ fun getAuthScopesForTelemetry(project: Project?): Set<String> {
9292
val codeCatalystConnection = checkBearerConnectionValidity(project, BearerTokenFeatureSet.CODECATALYST)
9393
addScopes(codeCatalystConnection)
9494

95-
val codeWhispererConnection = checkBearerConnectionValidity(project, BearerTokenFeatureSet.CODEWHISPERER)
96-
addScopes(codeWhispererConnection)
97-
9895
val qConnection = checkBearerConnectionValidity(project, BearerTokenFeatureSet.Q)
9996
addScopes(qConnection)
10097

0 commit comments

Comments
 (0)