Skip to content

Commit

Permalink
remove old debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Nov 17, 2024
1 parent 702020b commit 4691483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/middleware/req_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func ValidateRequestBody(structType reflect.Type) echo.MiddlewareFunc {
// the generated valid method from SQLc.
func validateUserRole(fl validator.FieldLevel) bool {
field := fl.Field()
log.Info().Any("field", field).Msg("debug")

// handle string type
if field.Kind() == reflect.String {
Expand Down

0 comments on commit 4691483

Please sign in to comment.