Skip to content

Commit f31d72d

Browse files
committed
dockerimg: delete non-actionable startup print
1 parent d1d4bea commit f31d72d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerimg/dockerimg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ func LaunchContainer(ctx context.Context, config ContainerConfig) error {
386386
// Get the Container CA public key for mutual auth
387387
if cst.containerCAPublicKey != nil {
388388
containerCAPublicKey = ssh.MarshalAuthorizedKey(cst.containerCAPublicKey)
389-
fmt.Println("🔒 SSH Mutual Authentication enabled (container will verify host)")
390389
}
391390

392391
// Get the host certificate for mutual auth

0 commit comments

Comments
 (0)