pull/59/head
刘河 2019-02-17 19:37:54 +08:00
parent 9f03c2f6eb
commit f2329f72f6
1 changed files with 0 additions and 5 deletions

View File

@ -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 {