mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-17 13:45:22 -05:00
remove unnecessary access logger init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user