Skip to content

Commit

Permalink
remove unnecessary access logger init
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed May 9, 2016
1 parent 663b9c9 commit 2f9b8a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release/mobile/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f9b8a9

Please sign in to comment.