diff --git a/src/TechTree.cpp b/src/TechTree.cpp index d81fadd12d4db6ac9a01204954a819e7fd8b6b63..fdd3f3f5c8b8ae23c9b374ef6b2ae742ba9597f6 100644 --- a/src/TechTree.cpp +++ b/src/TechTree.cpp @@ -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)];