Remove extra debug

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1752 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
bhaddow 2008-05-16 16:58:15 +00:00
parent 1512abb7bd
commit 597c960933

View File

@ -356,7 +356,6 @@ statscore_t SimpleOptimizer::TrueRun(Point& P)const{
cerr<<"new best Point "<<best<<endl;
}
}
cerr << "BEST: " << best << endl;
}
P=best;//update the current vector with the best point on all line tested
if(verboselevel()>3)