From df7ba8f12820d24eef504d7c18f6021dcce82cc0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 28 Jun 2015 17:08:55 +0900 Subject: [PATCH] Removing debug print --- util.go | 1 - 1 file changed, 1 deletion(-) 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 }