1

Removing debug print

This commit is contained in:
Alex Yatskov 2015-06-28 17:08:55 +09:00
parent 2c645076c4
commit df7ba8f128

View File

@ -135,7 +135,6 @@ func calibrateMinScore(entries records, features featureMap, bracket namedBracke
}
}
log.Printf("bestScoreRank: %f; bestMinScore: %f", bestScoreRank, bestMinScore)
return bestMinScore
}