From: Tom Clegg Date: Wed, 6 Jul 2022 19:04:55 +0000 (-0400) Subject: 19166: Remove debug log. X-Git-Tag: 2.5.0~106^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/dc70bbf9ea15395476107a3b8dff96f754a40998 19166: Remove debug log. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- 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)