Skip to content
Snippets Groups Projects
Commit 1b1c54a3 authored by David Bergström's avatar David Bergström
Browse files

Print less

parent b08b60f6
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,10 @@ void TechTree::onStart()
{
if (m_unitTypeData.count(UnitType(description.result_type, m_bot)) == 0)
{
std::cout << "Inserting new information about UNIT_TYPEID: "
<< sc2::UnitTypeToName(description.result_type) << " ("
<< static_cast<unsigned int>(description.result_type) << ")"
<< std::endl;
//std::cout << "Inserting new information about UNIT_TYPEID: "
// << sc2::UnitTypeToName(description.result_type) << " ("
// << static_cast<unsigned int>(description.result_type) << ")"
// << std::endl;
}
TypeData & data = m_unitTypeData[UnitType(description.result_type, m_bot)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment