Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed May 27, 2024
1 parent 2c9b104 commit e7bd077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion problem.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func (problem Problem) Respond(request *http.Request) Builder {
problem.Instance = request.URL.String()
}

fmt.Println("PROB", problem.Status)
problem.Title = lowercase(problem.Title)
problem.Detail = lowercase(problem.Detail)

Expand Down

0 comments on commit e7bd077

Please sign in to comment.