]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed stale printout.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jun 2006 19:22:34 +0000 (19:22 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jun 2006 19:22:34 +0000 (19:22 +0000)
EVE/Alieve/TPCData.cxx

index 3e1511a9c12a3afb99d7871ea57c030c22280dc4..e03249babaf061e5b628ca0827731992e2f4e2de 100644 (file)
@@ -194,7 +194,6 @@ void TPCData::LoadRaw(AliTPCRawStream& input, Bool_t spawnSectors, Bool_t warn)
 
       TPCSectorData::PadRowHack* prh = secData->GetPadRowHack(row, pad);
       if(prh != 0) {
-       printf ("hakahaka s=%d, r=%d, p=%d\n", sector, row, pad);
        threshold = prh->fThrExt + Short_t(prh->fThrFac*fLoadThreshold);
       } else {
        threshold = fLoadThreshold;