]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Turning off debug flag to avoid cout statements.
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 May 2010 19:10:16 +0000 (19:10 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 May 2010 19:10:16 +0000 (19:10 +0000)
HLT/EMCAL/AliHLTEMCALRawAnalyzerComponent.cxx

index 6c5c7213fdea5b6a871d196b7fbefc6028fa2b00..fd5460852a53779cac32c53f8d005f7831bf669f 100644 (file)
@@ -33,7 +33,8 @@
 
 AliHLTEMCALRawAnalyzerComponent::AliHLTEMCALRawAnalyzerComponent() : AliHLTCaloRawAnalyzerComponentv3("EMCAL")
 {
-  fDebug = true;
+  //fDebug = true;
+  fDebug = false;
 }