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:
bhaddow 2008-05-16 20:24:00 +00:00
parent f99e1dafdd
commit 83300050f7
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -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);