diff --git a/Detectors/TPC/simulation/src/ClustererTask.cxx b/Detectors/TPC/simulation/src/ClustererTask.cxx index 53840e863249e..38993cdb069cf 100644 --- a/Detectors/TPC/simulation/src/ClustererTask.cxx +++ b/Detectors/TPC/simulation/src/ClustererTask.cxx @@ -98,7 +98,7 @@ InitStatus ClustererTask::Init() mgr->Register("TPCClusterHW", "TPC", mHwClustersArray, kTRUE); } - return kSUCCESS; + // return kSUCCESS; } //_____________________________________________________________________