diff options
Diffstat (limited to 'cmd/alps')
-rw-r--r-- | cmd/alps/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/alps/main.go b/cmd/alps/main.go index fc1fdd8..b013701 100644 --- a/cmd/alps/main.go +++ b/cmd/alps/main.go @@ -70,9 +70,6 @@ func main() { e.Use(middleware.LoggerWithConfig(middleware.LoggerConfig{ Format: "${time_rfc3339} method=${method}, uri=${uri}, status=${status}\n", })) - } - - if options.Debug { e.Logger.SetLevel(log.DEBUG) } |