]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Forgotten debug statement
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 May 2011 12:16:09 +0000 (12:16 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 May 2011 12:16:09 +0000 (12:16 +0000)
PWG4/JetTasks/AliEventPoolManager.cxx

index 299287199751a54e8fa03e77a9817cdd4a54b9db..c1d615eb7711aea4e6a50a4ffa588160aefa4945 100644 (file)
@@ -108,7 +108,7 @@ Int_t AliEventPool::UpdatePool(TObjArray *trk)
 
   if (fNTimes==1) {
     fFirstFilled = kTRUE;
-    if (1||AliEventPool::fDebug) {
+    if (AliEventPool::fDebug) {
       cout << "\nPool " << MultBinIndex() << ", " << ZvtxBinIndex() 
            << " ready at event "<< iEvent;
       PrintInfo();