mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
remove debug log in hmm
This commit is contained in:
parent
2488738b55
commit
8c23da4332
@ -265,7 +265,6 @@ namespace CppJieba
|
||||
}
|
||||
bool _loadModel(const char* const filePath)
|
||||
{
|
||||
LogDebug("loadModel [%s] start ...", filePath);
|
||||
ifstream ifile(filePath);
|
||||
string line;
|
||||
vector<string> tmp;
|
||||
@ -329,8 +328,6 @@ namespace CppJieba
|
||||
return false;
|
||||
}
|
||||
|
||||
LogDebug("loadModel [%s] end.", filePath);
|
||||
|
||||
return true;
|
||||
}
|
||||
bool _getLine(ifstream& ifile, string& line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user