diff --git a/Control/AthenaKernel/AthenaKernel/MetaCont.h b/Control/AthenaKernel/AthenaKernel/MetaCont.h index 81fead413af14cb20bd5a71e973d02ebc6b317e3..55a37cd714d82312bee7ed261467f716a5183bdd 100644 --- a/Control/AthenaKernel/AthenaKernel/MetaCont.h +++ b/Control/AthenaKernel/AthenaKernel/MetaCont.h @@ -192,12 +192,14 @@ bool MetaCont<T>::find(const SourceID& it, T*& t) const { t=itr->second; return true; } +/* else { std::cerr << "SID=" << it << " not found" << std::endl; for (const auto& elt : m_metaSet) { std::cerr << "Container has SID=" << elt.first << std::endl; } } +*/ return false; }