Skip to content

Commit

Permalink
Merge pull request #2766 from jmprusi/jmprusi/fix-verbose-log-podsubr…
Browse files Browse the repository at this point in the history
…esourcehandler

🐛 pkg/tunneler: remove non-error verbose log
  • Loading branch information
openshift-merge-robot committed Feb 8, 2023
2 parents 561880e + 22d6d78 commit 2244d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tunneler/podsubresourceproxy_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (b *podSubresourceProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.
}

if cluster.Name.Empty() {
logger.Error(nil, "no cluster found in the context")
b.apiHandler.ServeHTTP(w, req)
return
}
Expand Down

0 comments on commit 2244d9a

Please sign in to comment.