diff --git a/src/libraries/BCAL/DBCALCluster.cc b/src/libraries/BCAL/DBCALCluster.cc index 03a19a26a..7549c30d1 100644 --- a/src/libraries/BCAL/DBCALCluster.cc +++ b/src/libraries/BCAL/DBCALCluster.cc @@ -70,7 +70,7 @@ if( phi() > point->phi() ){ int n = m_points.size(); if (n==0) { - printf("E = %f \n",m_E); + // printf("E = %f \n",m_E); clear(); // don't process cluster if the last point was removed } else { makeFromPoints();