Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Loupeznik committed Apr 2, 2023
1 parent 7a98eb3 commit b204f7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func (s *AuthService) IssueToken(credentials models.Login) (string, error) {
},
}

fmt.Println(s.config.JsonWebKey)

token := jwt.NewWithClaims(jwt.SigningMethodHS256, claims)
result, err := token.SignedString([]byte(s.config.JsonWebKey))

Expand Down

0 comments on commit b204f7d

Please sign in to comment.