Skip to content

Commit

Permalink
Remove redundant log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jun 19, 2022
1 parent a61263a commit ecc574c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/dictpress/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func handleSearchPage(c echo.Context) error {

query, out, err := doSearch(c)
if err != nil {
app.logger.Printf("error searching: %v", err)
return c.Render(http.StatusInternalServerError, "message", siteMsg{
Title: "Error",
Heading: "Error",
Expand Down

0 comments on commit ecc574c

Please sign in to comment.