From f223e4c4621a7ffe75cfae86827e0ed37fdced8a Mon Sep 17 00:00:00 2001 From: LukeGus Date: Tue, 30 Sep 2025 23:54:39 -0500 Subject: [PATCH] Fix tunnels --- src/backend/ssh/tunnel.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/backend/ssh/tunnel.ts b/src/backend/ssh/tunnel.ts index c307ad73..ba9e15c3 100644 --- a/src/backend/ssh/tunnel.ts +++ b/src/backend/ssh/tunnel.ts @@ -602,11 +602,6 @@ async function connectSSHTunnel( }); } } else { - tunnelLogger.warn("User data key not available for endpoint credentials, using tunnel config credentials", { - operation: "tunnel_connect", - tunnelName, - credentialId: tunnelConfig.endpointCredentialId, - }); } } catch (error) { tunnelLogger.warn(