mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 06:22:14 +03:00
Remove extraneous debug messages
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1766 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
f99e1dafdd
commit
83300050f7
@ -65,7 +65,6 @@ void FeatureArray::loadtxt(ifstream& inFile)
|
||||
std::string::size_type loc;
|
||||
|
||||
|
||||
TRACE_ERR("starting loadtxt..." << std::endl);
|
||||
std::getline(inFile, stringBuf);
|
||||
if (stringBuf.empty()){
|
||||
TRACE_ERR("ERROR: Empty string" << std::endl);
|
||||
|
@ -38,7 +38,6 @@ void FeatureData::load(ifstream& inFile)
|
||||
|
||||
int iter=0;
|
||||
while (!inFile.eof()){
|
||||
TRACE_ERR("iter " << iter << " size " << size() << std::endl);
|
||||
|
||||
entry.clear();
|
||||
entry.load(inFile);
|
||||
|
Loading…
Reference in New Issue
Block a user