]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Supressed warning when a data slot is not connected to a container
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 08:24:48 +0000 (08:24 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 08:24:48 +0000 (08:24 +0000)
ANALYSIS/AliAnalysisDataSlot.cxx

index d859515d381a35f85ca438e8b48687ea9ea1003b..343853f994b36698d77257d7fb1c72b02d600637 100644 (file)
@@ -181,7 +181,6 @@ TObject *AliAnalysisDataSlot::GetData() const
 {
 // Retreives the data from the container if it is ready.
    if (!fContainer) {
-     cout<<"Data slot of type "<<GetTitle()<<" of task "<<fParent->GetName()<<" has no connected data container"<<endl;
      //AliError(Form("Data slot of type %s of task %s has no connected data container",fType->GetName(), fParent->GetName()));    
       return NULL;
    }