chore: remove commented code

Christian Rocha and Copilot created

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Change summary

internal/tui/components/lsp/lsp.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/tui/components/lsp/lsp.go 🔗

@@ -57,7 +57,6 @@ func RenderLSPList(lspClients map[string]*lsp.Client, opts RenderOptions) []stri
 		}
 
 		// Determine icon color and description based on state
-		// iconColor := t.FgMuted
 		icon := t.ItemOfflineIcon
 		description := l.LSP.Command