From 1b1c54a3f5c485bad4c05ecfe687ea0bc1d1fdd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david-bergstrom@outlook.com>
Date: Mon, 13 Aug 2018 13:23:16 +0200
Subject: [PATCH] Print less

---
 src/TechTree.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/TechTree.cpp b/src/TechTree.cpp
index d81fadd..fdd3f3f 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)];
-- 
GitLab