]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLoader.cxx
Removing GetDebug and SetDebug from AliRun and AliModule. Using AliLog for the messages
[u/mrichter/AliRoot.git] / STEER / AliLoader.cxx
index e719d63c21aafb6af368326e8bc86b59d0ed204c..b68518dde4a8537499cc1c3d7aa5c4dbe2eea2c8 100644 (file)
@@ -899,13 +899,7 @@ Bool_t AliLoader::IsOptionWritable(const TString& opt)
   if (opt.CompareTo("update",TString::kIgnoreCase)) return kTRUE;
   return kFALSE;
 }
-/*****************************************************************************/ 
 
-Int_t AliLoader::GetDebug()
-{
-  AliFatalClass("Don't use this method any more, use AliDebug instead");
-  return AliDebugLevelClass();
-}
 /*****************************************************************************/ 
 
 void AliLoader::SetDebug(Int_t deb)