]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
use AliLog message scheme
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index 635d0f3580a41c1deedda5da2d0ea99506d2d481..5ce2a4681cceb850dafd491f521d9ac52f9ab62d 100644 (file)
@@ -455,7 +455,6 @@ Bool_t AliReconstruction::RunVertexFinder(AliESD*& esd)
 
   if (fITSVertexer) {
     AliInfo("running the ITS vertex finder");
-    fITSVertexer->SetDebug(1);
     vertex = fITSVertexer->FindVertexForCurrentEvent(fRunLoader->GetEventNumber());
     if(!vertex){
       AliWarning("Vertex not found");