delete debug

This commit is contained in:
Hieu Hoang 2016-06-03 21:26:27 +01:00
parent 821153c75d
commit aab5ccd1c7

View File

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