Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Modules/MUON/Common/src/TracksTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ void TracksTask::initialize(o2::framework::InitContext& /*ic*/)
{
ILOG(Debug, Devel) << "initialize TracksTask" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.

ILOG(Info, Support) << "loading geometry" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
if (!o2::base::GeometryManager::isGeometryLoaded()) {
TaskInterface::retrieveConditionAny<TObject>("GLO/Config/Geometry");
}

ILOG(Info, Support) << "loading sources" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.

auto srcFixed = mSrc;
Expand Down