19166: Remove debug log.
[arvados.git] / 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)