Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 36c495c

Browse files
author
Masayoshi Mizutani
committed
remove log
1 parent 5dadeee commit 36c495c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/gin-contrib/sessions/cookie"
99
"github.com/gin-contrib/static"
1010
"github.com/gin-gonic/gin"
11-
"github.com/sirupsen/logrus"
1211
)
1312

1413
type arguments struct {
@@ -34,10 +33,6 @@ func runServer(args arguments) error {
3433
return err
3534
}
3635

37-
logger.WithFields(logrus.Fields{
38-
"args": args,
39-
}).Info("Given options")
40-
4136
r := gin.Default()
4237
store := cookie.NewStore([]byte("auth"))
4338
r.Use(sessions.Sessions("strix", store))

0 commit comments

Comments
 (0)