Skip to content

Commit 22d74a1

Browse files
committed
chore: remove dead code
Remnant from the ssh background connection support
1 parent 22010e1 commit 22d74a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ class CoderCLIManager(
277277
if (!settings.sshLogDirectory.isNullOrBlank()) escape(settings.sshLogDirectory!!) else null,
278278
if (feats.reportWorkspaceUsage) "--usage-app=jetbrains" else null,
279279
)
280-
val backgroundProxyArgs =
281-
baseArgs + listOfNotNull(if (feats.reportWorkspaceUsage) "--usage-app=disable" else null)
282280
val extraConfig =
283281
if (!settings.sshConfigOptions.isNullOrBlank()) {
284282
"\n" + settings.sshConfigOptions!!.prependIndent(" ")

0 commit comments

Comments
 (0)