mirror of https://github.com/ehang-io/nps
bug
parent
9f03c2f6eb
commit
f2329f72f6
|
@ -12,8 +12,6 @@ import (
|
|||
"github.com/cnlh/nps/vender/github.com/astaxie/beego"
|
||||
_ "github.com/cnlh/nps/web/routers"
|
||||
"log"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
|
@ -40,9 +38,6 @@ func main() {
|
|||
return
|
||||
}
|
||||
}
|
||||
go func() {
|
||||
http.ListenAndServe("0.0.0.0:8899", nil)
|
||||
}()
|
||||
if *logType == "stdout" {
|
||||
lg.InitLogFile("nps", true, common.GetLogPath())
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue