Skip to content

Commit

Permalink
fix debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zorino committed Jul 18, 2020
1 parent a00c02f commit f914134
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/search/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ func NewSearchResult(searchOptions SearchOptions, _dbStats kvstore.KStats, kvSto

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

fmt.Printf("KmerMatch: %d | KmerRatio: %f \n", searchOptions.MinKMatch, searchOptions.MinKRatio)

var hitsToDelete []uint32
var lastGoodHitPosition = len(queryResult.SearchResults.Hits) - 1

Expand Down

0 comments on commit f914134

Please sign in to comment.