From: hristov Date: Tue, 22 Jul 2008 10:47:28 +0000 (+0000) Subject: Remove useless Dump X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e3b645b2d3f56ed24b3564985d015006d23eb458 Remove useless Dump --- diff --git a/ITS/AliITSVertexer.cxx b/ITS/AliITSVertexer.cxx index 29aa88bb6f8..c5f13f07791 100644 --- a/ITS/AliITSVertexer.cxx +++ b/ITS/AliITSVertexer.cxx @@ -90,7 +90,6 @@ void AliITSVertexer::FindMultiplicity(TTree *itsClusterTree){ } Short_t nfcL1 = multReco.GetNFiredChips(0); Short_t nfcL2 = multReco.GetNFiredChips(1); - multReco.Dump(); fMult = new AliMultiplicity(notracks,tht,phi,dphi,labels,labelsL2,nosingleclus,ths,phs,nfcL1,nfcL2); delete [] tht;