From dc70bbf9ea15395476107a3b8dff96f754a40998 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 6 Jul 2022 15:04:55 -0400 Subject: [PATCH] 19166: Remove debug log. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/crunchrun/container_gateway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crunchrun/container_gateway.go b/lib/crunchrun/container_gateway.go index 1002de7335..3cb93fc746 100644 --- a/lib/crunchrun/container_gateway.go +++ b/lib/crunchrun/container_gateway.go @@ -564,7 +564,7 @@ func (gw *Gateway) handleSession(ctx context.Context, newch ssh.NewChannel, deta // would be a gaping security // hole). default: - fmt.Fprintf(logw, "declined request %q on ssh channel"+eol, req.Type) + // fmt.Fprintf(logw, "declined request %q on ssh channel"+eol, req.Type) } if req.WantReply { req.Reply(ok, nil) -- 2.30.2