--- PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h 2010/03/23 17:27:44 1.7 +++ PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h 2010/08/12 14:37:03 1.8 @@ -535,8 +535,6 @@ else { if (yBin == (int) _yBins.size()) { _xUnderYOverflow += (HistoType) weight; - cout << "_xUnderYOverflow: " << GetXUnderYOverflow() << ", weight: " << weight << ", (HistoType) weight: " - << (HistoType) weight << endl; return; } else {