Skip to content
Snippets Groups Projects
Commit 28df168c authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'reduce-pixel-raw-data-converter-info-message-per-event' into 'master'

Remove per-event INFO message in pixel raw data converter

See merge request atlas/athena!27204
parents b4a9f299 150a2ca5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ void Pixel1RawDataContainerCnv_p2::transToPers(const PixelRDO_Container* transCo
// it_Coll = transCont->begin(); // reset the iterator, we used it!
//}
persCont->m_collections.resize(numColl);
log << MSG::INFO << " Preparing " << persCont->m_collections.size() << " Collections" << endmsg;
MSG_DEBUG(log, " Preparing " << persCont->m_collections.size() << " Collections" );
for (unsigned int collIndex = 0; it_Coll != it_CollEnd; ++collIndex, it_Coll++) {
// Add in new collection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment