Skip to content

Commit

Permalink
Drop debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed May 13, 2022
1 parent 38bd72f commit ec66ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions srrdb/srrdb.go
Expand Up @@ -87,8 +87,6 @@ func Search(query string) (SearchResponse, error) {
}
var srrDBResponse SearchResponse

fmt.Println(string(bytes))

err = json.Unmarshal(bytes, &srrDBResponse)
return srrDBResponse, err
}
Expand Down

0 comments on commit ec66ff3

Please sign in to comment.