mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-25 00:46:37 -04:00
chore(debug): remove leftover commented-out probeHandler
This commit is contained in:
@@ -29,8 +29,6 @@ var handleProbe = func(mux *http.ServeMux, pattern string, h http.Handler, logge
|
||||
mux.Handle(pattern, h)
|
||||
}
|
||||
|
||||
//var probeHandler = func(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusOK) }
|
||||
|
||||
// NewService initializes a new debug service.
|
||||
func NewService(opts ...Option) *http.Server {
|
||||
dopts := newOptions(opts...)
|
||||
|
||||
Reference in New Issue
Block a user