We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c759c9b commit 850365fCopy full SHA for 850365f
1 file changed
internal/search/api_search.go
@@ -89,7 +89,6 @@ func (c *controller) search(w http.ResponseWriter, r *http.Request) {
89
c.errorResponse(w, fmt.Errorf("problem decoding query body: %v", err))
90
return
91
}
92
- fmt.Printf("\n\n%s\n", string(query))
93
94
options, err := filelist.ReadListOptions(r)
95
if err != nil {
0 commit comments