Skip to content
Snippets Groups Projects
Commit 41f4a4a0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'ZdcConditions_master_do_not_rerieve_unused_objects' into 'master'

Do not retrieve unused object.

See merge request atlas/athena!46999
parents 81d773db 4d19f12e
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,11 @@ ZdcCablingService::ZdcCablingService (const ZdcID* zdcID,
std::abort();
}
}
if (!m_zdcHWID) {
if (detStore->retrieve (m_zdcHWID).isFailure()) {
std::abort();
}
}
// if (!m_zdcHWID) {
// if (detStore->retrieve (m_zdcHWID).isFailure()) {
// std::abort();
// }
// }
fillConnectionTables();
fillDB();
......
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