Skip to content

Commit 1f3d34c

Browse files
committed
a
1 parent 3f4b7ba commit 1f3d34c

File tree

1 file changed

+0
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile

1 file changed

+0
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile/QRegionProfileManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class QRegionProfileManager : PersistentStateComponent<QProfileState>, Disposabl
114114
val future = CompletableFuture.supplyAsync {
115115
listRegionProfiles(project)
116116
}.whenComplete { t, u ->
117-
// This runs when the future completes (success or failure)
118117
this.job = null
119118
}
120119

0 commit comments

Comments
 (0)