]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Commenting out StdoutToAliDebug which is, with the current AliLog
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 14:31:35 +0000 (14:31 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 14:31:35 +0000 (14:31 +0000)
implementation not unpluggeable, even with LOG_NO_DEBUG compilation
option, and is a big performance eater...
(Laurent)

MUON/mapping/AliMpMotifType.cxx
MUON/mapping/AliMpSlatPadIterator.cxx

index feac9a71d823c2617553da0e60d8dd4d55c38894..14835c7a8c94fde1fac5fcdc3cc8c673b5e42f56 100755 (executable)
@@ -133,7 +133,7 @@ AliMpMotifType::~AliMpMotifType()
 #endif  
   
   AliDebug(1,Form("this=%p",this));
-  StdoutToAliDebug(1,this->Print(););
+//  StdoutToAliDebug(1,this->Print(););
 }
 
 //______________________________________________________________________________
index 4e146f3415bd451199ad8bd2f2b7bda827fa1e74..bebf5d9edac36767a0f355ffdbe13167bca410f4 100644 (file)
@@ -133,7 +133,7 @@ AliMpSlatPadIterator::Prepare(const AliMpArea& area)
                }
        }
   AliDebug(3,Form("Number of delegates = %d",fDelegates.GetEntries()));
-  StdoutToAliDebug(3,fDelegates.Print(););
+//  StdoutToAliDebug(3,fDelegates.Print(););
   return fDelegates.GetLast()>=0;
 }