Skip to content

Commit 84fe996

Browse files
committed
remove debug lines
1 parent 0002d13 commit 84fe996

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class AmazonQLspService(private val project: Project, private val cs: CoroutineS
193193

194194
// Check if the launcher's Future (startListening) is done
195195
// If it's done, that means the connection has been terminated
196-
if (currentInstance.launcherFuture.isDone || true) {
196+
if (currentInstance.launcherFuture.isDone) {
197197
LOG.debug { "LSP server connection terminated, checking restart limits" }
198198
val canRestart = checkForRemainingRestartAttempts()
199199
if (!canRestart) {

0 commit comments

Comments
 (0)