remove unnecessary access logger init

pull/168/head
v2ray 2016-05-08 23:01:14 -07:00
parent 663b9c9bbc
commit 2f9b8a955c
1 changed files with 0 additions and 4 deletions

View File

@ -71,10 +71,6 @@ func main() {
return
}
if config.LogConfig != nil && len(config.LogConfig.AccessLog) > 0 {
log.InitAccessLogger(config.LogConfig.AccessLog)
}
vPoint, err := point.NewPoint(config)
if err != nil {
log.Error("Failed to create Point server: ", err)