diff --git a/include/ALL_Unstructured.hpp b/include/ALL_Unstructured.hpp
index 3bfaa66f1c85ea93a137aaca60fd55a050da0006..c47dce0b3fea49f8b37300e9e42cdf3fdbe6fe81 100644
--- a/include/ALL_Unstructured.hpp
+++ b/include/ALL_Unstructured.hpp
@@ -686,6 +686,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance()
     local_info[ 7 * (dimension+2) + dimension+1 ] =
         distance( vertices, 7, 6, 5, 3, local_rank);
 
+    /*
     if (local_rank == 4)
     {
         std::cout << "max dists: " 
@@ -699,6 +700,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance()
                   << local_info[ 7 * (dimension+2) + dimension+1 ] << " "
                   << work << std::endl;
     }
+    */
 
 
     // exchange information with all vertex neighbors