Skip to content

Commit

Permalink
Remove unused jwt token
Browse files Browse the repository at this point in the history
Signed-off-by: AndreyM <[email protected]>
  • Loading branch information
AndreyM committed Jun 1, 2023
1 parent 2a8bcca commit d9b9435
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 181 deletions.
2 changes: 0 additions & 2 deletions middleware/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ func Logger(c *gin.Context) {

msg := "API Request"
switch {
case statusCode >= 400 && statusCode < 500:
log.Debug().Fields(f).Msg(msg)
case statusCode >= 500:
log.Error().Fields(f).Msg(msg)
default:
Expand Down
179 changes: 0 additions & 179 deletions token/jwt.go

This file was deleted.

0 comments on commit d9b9435

Please sign in to comment.