debugging message

This commit is contained in:
Hieu Hoang 2016-12-14 18:16:30 +00:00
parent dd1532637b
commit 304a6652f7

View File

@ -60,7 +60,7 @@ void Search::Decode()
if (stackInd < m_stacks.GetSize() - 1) {
m_stacks.Delete(stackInd);
}
//cerr << m_stacks << endl;
//cerr << m_stacks.Debug(mgr.system) << endl;
}
}