mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-30 23:42:30 +03:00
delete debug
This commit is contained in:
parent
821153c75d
commit
aab5ccd1c7
@ -88,12 +88,6 @@ void Manager::Decode()
|
||||
}
|
||||
|
||||
m_stacks.OutputStacks();
|
||||
|
||||
SCFG::InputPath &path = *m_inputPaths.GetMatrix().GetValue(0, 1);
|
||||
cerr << "path0=" << path << endl;
|
||||
|
||||
Stack &stack = m_stacks.GetStack(0, 1);
|
||||
cerr << "stack0=" << stack << endl;
|
||||
}
|
||||
|
||||
void Manager::InitActiveChart(SCFG::InputPath &path)
|
||||
|
Loading…
Reference in New Issue
Block a user