From 0a4d56494fd1d0f58650dc35128d50007d09616d Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 25 Aug 2026 09:43:56 +0000 Subject: [PATCH] hscontrol: drop the net/http/pprof import Nothing serves DefaultServeMux; the debug mux already exposes every profile through tsweb.Debugger. --- hscontrol/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hscontrol/app.go b/hscontrol/app.go index fbbd6683e..26311f39e 100644 --- a/hscontrol/app.go +++ b/hscontrol/app.go @@ -8,7 +8,6 @@ import ( "io" "net" "net/http" - _ "net/http/pprof" // nolint "os" "os/signal" "path/filepath"