refactor: remove unused pprof import from main.go (#12031)

This commit is contained in:
KOMATA
2026-03-03 11:05:26 +08:00
committed by GitHub
parent 8c33eb8409
commit 83524940ed
-2
View File
@@ -4,8 +4,6 @@ import (
"fmt"
"os"
_ "net/http/pprof"
"github.com/1Panel-dev/1Panel/core/cmd/server/cmd"
_ "github.com/1Panel-dev/1Panel/core/cmd/server/docs"
)