From da865113361d2fcb930ad1832180555a80d72dbe Mon Sep 17 00:00:00 2001 From: hwen Date: Mon, 9 Dec 2024 15:17:22 +0800 Subject: [PATCH] Remove useless log --- .../toolbox/gateway/GitpodRemoteEnvironmentContentsView.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ide/jetbrains/toolbox/src/main/kotlin/io/gitpod/toolbox/gateway/GitpodRemoteEnvironmentContentsView.kt b/components/ide/jetbrains/toolbox/src/main/kotlin/io/gitpod/toolbox/gateway/GitpodRemoteEnvironmentContentsView.kt index e04d245b5bcfad..5fab000b4e1982 100644 --- a/components/ide/jetbrains/toolbox/src/main/kotlin/io/gitpod/toolbox/gateway/GitpodRemoteEnvironmentContentsView.kt +++ b/components/ide/jetbrains/toolbox/src/main/kotlin/io/gitpod/toolbox/gateway/GitpodRemoteEnvironmentContentsView.kt @@ -11,7 +11,6 @@ import com.jetbrains.toolbox.api.remoteDev.environments.SshEnvironmentContentsVi import com.jetbrains.toolbox.api.remoteDev.ssh.SshConnectionInfo import io.gitpod.publicapi.experimental.v1.Workspaces.WorkspaceInstanceStatus import io.gitpod.toolbox.service.* -import io.gitpod.toolbox.utils.GitpodLogger import java.util.concurrent.CompletableFuture class GitpodRemoteEnvironmentContentsView( @@ -34,7 +33,6 @@ class GitpodRemoteEnvironmentContentsView( }) private val connectionInfo = CompletableFuture.supplyAsync { - GitpodLogger.info("===============connectionInfo ${connectParams.uniqueID}") val (connInfo, cancel) = provider.connect() this.cancel = cancel connInfo