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(