Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses2/ManagerBase.cpp')
-rw-r--r--moses2/ManagerBase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses2/ManagerBase.cpp b/moses2/ManagerBase.cpp
index 705c766d8..41d3a0394 100644
--- a/moses2/ManagerBase.cpp
+++ b/moses2/ManagerBase.cpp
@@ -31,8 +31,6 @@ ManagerBase::ManagerBase(System &sys, const TranslationTask &task,
,m_hypoRecycle(NULL)
,m_input(NULL)
{
- //cerr << "ManagerBase::ManagerBase " << m_input->Debug(sys) << endl << flush;
- system.featureFunctions.InitializeForInput(*m_input);
}
ManagerBase::~ManagerBase()