mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-06 19:49:41 +03:00
delete debuggging messages
This commit is contained in:
parent
2ce2755b13
commit
57147669f8
@ -35,7 +35,7 @@ FeatureFunctions::FeatureFunctions(System &system)
|
||||
:m_system(system)
|
||||
,m_ffStartInd(0)
|
||||
{
|
||||
m_registry.PrintFF();
|
||||
//m_registry.PrintFF();
|
||||
}
|
||||
|
||||
FeatureFunctions::~FeatureFunctions() {
|
||||
@ -78,7 +78,6 @@ void FeatureFunctions::Create()
|
||||
BOOST_FOREACH(const std::string &line, *ffParams) {
|
||||
cerr << "line=" << line << endl;
|
||||
FeatureFunction *ff = Create(line);
|
||||
cerr << "ff=" << ff->GetName() << endl;
|
||||
|
||||
m_featureFunctions.push_back(ff);
|
||||
|
||||
|
@ -84,9 +84,7 @@ FeatureFunction *FeatureRegistry::Construct(size_t startInd, const std::string &
|
||||
abort();
|
||||
}
|
||||
FeatureFactory *fact = i->second.get();
|
||||
cerr << "fact=" << fact << endl;
|
||||
FeatureFunction *ff = fact->Create(startInd, line);
|
||||
cerr << "ff=" << ff << endl;
|
||||
return ff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user