From 76508bc78344b998f4bf970b62f73f6e5a7c719b Mon Sep 17 00:00:00 2001 From: Alexander Austregesilo Date: Wed, 22 Jan 2025 16:51:41 -0500 Subject: [PATCH] suppress text output in BCal clustering, useless without context --- src/libraries/BCAL/DBCALCluster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/BCAL/DBCALCluster.cc b/src/libraries/BCAL/DBCALCluster.cc index 03a19a26a3..7549c30d16 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();