From: tbreitne Date: Fri, 19 Dec 2014 10:26:47 +0000 (+0100) Subject: removed warning X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e5e84092353c6e86ceec82ee35101601effdaeff removed warning --- diff --git a/HLT/BASE/AliHLTModuleAgent.cxx b/HLT/BASE/AliHLTModuleAgent.cxx index d0b7df1a9cc..23f203b802b 100644 --- a/HLT/BASE/AliHLTModuleAgent.cxx +++ b/HLT/BASE/AliHLTModuleAgent.cxx @@ -166,7 +166,7 @@ int AliHLTModuleAgent::ActivateComponentHandler(AliHLTComponentHandler* pHandler if (fpComponentHandler!=NULL) { // reset and think about deregistration fpComponentHandler=NULL; - HLTWarning("deregistration of components not yet implemented"); + //HLTWarning("deregistration of components not yet implemented"); } return 0; }