Skip to content
Snippets Groups Projects
Commit 150a2ca5 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Remove per-event INFO message in pixel raw data converter

parent 240b762a
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