Skip to content

Commit f914134

Browse files
committed
fix debug print
1 parent a00c02f commit f914134

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/search/search.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ func NewSearchResult(searchOptions SearchOptions, _dbStats kvstore.KStats, kvSto
188188

189189
func (queryResult *QueryResult) FilterResults(searchOptions SearchOptions) {
190190

191-
fmt.Printf("KmerMatch: %d | KmerRatio: %f \n", searchOptions.MinKMatch, searchOptions.MinKRatio)
192-
193191
var hitsToDelete []uint32
194192
var lastGoodHitPosition = len(queryResult.SearchResults.Hits) - 1
195193

0 commit comments

Comments
 (0)