From 05cd0a1d5ea0e4499dac2acdb8b6c47c19c65dac Mon Sep 17 00:00:00 2001
From: Michael Wedel <michael.wedel@psi.ch>
Date: Mon, 2 Mar 2015 17:20:47 +0100
Subject: [PATCH] Refs #11006. Removing comment

---
 .../Framework/Geometry/src/Crystal/PointGroup.cpp      | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
index 9c8b2e5e2af..3aee964aae8 100644
--- a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
+++ b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
@@ -170,16 +170,6 @@ PointGroup::CrystalSystem PointGroup::getCrystalSystemFromGroup() const {
   }
 
   return Triclinic;
-
-  std::cout << getName() << ": " << std::endl;
-  for (auto it = symbolMap.begin(); it != symbolMap.end(); ++it) {
-    std::cout << it->first << " ";
-    for (auto k = it->second.begin(); k != it->second.end(); ++k) {
-      std::cout << *k << " ";
-    }
-    std::cout << std::endl;
-  }
-  std::cout << "---------" << std::endl;
 }
 
 /** @return a vector with all possible PointGroup objects */
-- 
GitLab