Skip to content

Commit 49075e9

Browse files
committed
typo
1 parent 633e2d7 commit 49075e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

controllers/user_controller.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ func (controller *Controller) Users(c echo.Context) error {
2929
})
3030
log.Info("START request method GET for users")
3131

32-
log.Println(session.ID)
33-
log.Println(session.IsNew)
34-
log.Println(session.Options)
35-
log.Println(session.Values)
36-
3732
is_auth_type := session.Values["is_auth_type"]
3833
if is_auth_type == -1 {
3934
log.Warn("for GET to users without no-session [@route: /login]")

0 commit comments

Comments
 (0)