From bd9337e7987e6d517ec5a8fba9d8adfcd55ee845 Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Thu, 18 Jul 2013 18:46:26 +0800 Subject: [PATCH] remove some debug log --- src/KeyWordExt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KeyWordExt.cpp b/src/KeyWordExt.cpp index 497e06a..bdcdb73 100644 --- a/src/KeyWordExt.cpp +++ b/src/KeyWordExt.cpp @@ -138,7 +138,7 @@ namespace CppJieba LogDebug(string_format("calc weight & sorted:%s",joinWordInfos(wordInfos).c_str())); _prioritizeSubWords(wordInfos); - LogDebug(string_format("_prioritizeSubWords res:%s", joinWordInfos(wordInfos).c_str())); + //LogDebug(string_format("_prioritizeSubWords res:%s", joinWordInfos(wordInfos).c_str())); //extract TopN for(uint i = 0; i < topN && i < wordInfos.size(); i++) {