19166: Remove debug log.
authorTom Clegg <tom@curii.com>
Wed, 6 Jul 2022 19:04:55 +0000 (15:04 -0400)
committerTom Clegg <tom@curii.com>
Wed, 6 Jul 2022 19:04:55 +0000 (15:04 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/crunchrun/container_gateway.go

index 1002de7335495e8d6c42e9afa151f0346a4c7267..3cb93fc746a78d01afd6a40023e00903a5c3a846 100644 (file)
@@ -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)