We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d067658 commit b3d1330Copy full SHA for b3d1330
Modules/MUON/Common/src/TracksTask.cxx
@@ -60,11 +60,6 @@ void TracksTask::initialize(o2::framework::InitContext& /*ic*/)
60
{
61
ILOG(Debug, Devel) << "initialize TracksTask" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
62
63
- ILOG(Info, Support) << "loading geometry" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
64
- if (!o2::base::GeometryManager::isGeometryLoaded()) {
65
- TaskInterface::retrieveConditionAny<TObject>("GLO/Config/Geometry");
66
- }
67
-
68
ILOG(Info, Support) << "loading sources" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
69
70
auto srcFixed = mSrc;
0 commit comments