hscontrol: drop the net/http/pprof import

Nothing serves DefaultServeMux; the debug mux already exposes every
profile through tsweb.Debugger.
This commit is contained in:
Kristoffer Dalby
2026-08-25 09:43:56 +00:00
committed by Kristoffer Dalby
parent 1994f50fe8
commit 0a4d56494f
-1
View File
@@ -8,7 +8,6 @@ import (
"io"
"net"
"net/http"
_ "net/http/pprof" // nolint
"os"
"os/signal"
"path/filepath"