Skip to content

Commit 850365f

Browse files
committed
chore: rm printf
1 parent c759c9b commit 850365f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/search/api_search.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func (c *controller) search(w http.ResponseWriter, r *http.Request) {
8989
c.errorResponse(w, fmt.Errorf("problem decoding query body: %v", err))
9090
return
9191
}
92-
fmt.Printf("\n\n%s\n", string(query))
9392

9493
options, err := filelist.ReadListOptions(r)
9594
if err != nil {

0 commit comments

Comments
 (0)