diff --git a/sim/detectors/trd/CbmTrdModuleSimR.cxx b/sim/detectors/trd/CbmTrdModuleSimR.cxx
index 16dbcb3de7749d52fd7eed811501c7122d592d30..8dcb6c278d85840c25c534f0a044f3e62299b445 100644
--- a/sim/detectors/trd/CbmTrdModuleSimR.cxx
+++ b/sim/detectors/trd/CbmTrdModuleSimR.cxx
@@ -1313,8 +1313,8 @@ CbmTrdModuleSimR::MakeDigi(CbmTrdPoint* point, Double_t time, Bool_t TR) {
   for (Int_t i = 0; i < 3; i++)
     fQAPos_out[i] = point_out[i];
 
-  fCurrentTime -= 1e9 * (point_in[2] / 100)
-                  / 2.99e8;  // subtract time of flight to the detector layer
+  //fCurrentTime -= 1e9 * (point_in[2] / 100)
+  //               / 2.99e8;  // subtract time of flight to the detector layer
 
   // General processing on the MC point
   Double_t ELoss(0.), ELossTR(0.), ELossdEdX(point->GetEnergyLoss());