diff --git a/util.go b/util.go index 855e38d..91fa479 100644 --- a/util.go +++ b/util.go @@ -135,7 +135,6 @@ func calibrateMinScore(entries records, features featureMap, bracket namedBracke } } - log.Printf("bestScoreRank: %f; bestMinScore: %f", bestScoreRank, bestMinScore) return bestMinScore }