]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove the UnloadFromCache in InitRecoParam
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Oct 2009 17:20:00 +0000 (17:20 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Oct 2009 17:20:00 +0000 (17:20 +0000)
STEER/AliQADataMakerRec.cxx

index 9ba4b17172a324830fd1fb989ad96dc64071ee29..1931ca18b94ca08ea977d251135154f1969bb81c 100644 (file)
@@ -351,7 +351,6 @@ void AliQADataMakerRec::InitRecoParams()
         AliError(Form("No valid RecoParam object found in the OCDB for detector %s",GetName()));
       }
     }
-    AliCDBManager::Instance()->UnloadFromCache(path.GetPath());
   }
 }