mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-09 18:21:32 +09:00
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:
committed by
Kristoffer Dalby
parent
1994f50fe8
commit
0a4d56494f
@@ -8,7 +8,6 @@ import (
|
||||
"io"
|
||||
"net"
|
||||
"net/http"
|
||||
_ "net/http/pprof" // nolint
|
||||
"os"
|
||||
"os/signal"
|
||||
"path/filepath"
|
||||
|
||||
Reference in New Issue
Block a user