diff --git a/algo/detectors/bmon/Calibrate.cxx b/algo/detectors/bmon/Calibrate.cxx
index d5519854902605e3c84e77f584324d3811c88d04..fc2a17f29cfcf6ca0cef2b159f0bf6da3eb795b8 100644
--- a/algo/detectors/bmon/Calibrate.cxx
+++ b/algo/detectors/bmon/Calibrate.cxx
@@ -57,13 +57,6 @@ Calibrate::Calibrate(CalibrateSetup setup) : fSetup(setup), fSelectionBitsOffset
   }
   fChannelDeadTime = std::vector<double>(fChannelOffset.back(), std::numeric_limits<double>::quiet_NaN());
 
-  // **** DEBUG: BEGIN
-  for (size_t iO = 0; iO < fChannelOffset.size(); ++iO) {
-    L_(info) << "Channel offset: diamond=" << iO << ", offset=" << fChannelOffset[iO];
-  }
-  L_(info) << "Selection mask: 0b" << std::bitset<32>(fSetup.selectionMask);
-  L_(info) << "Bits offset: " << static_cast<uint32_t>(fSelectionBitsOffset);
-  L_(info) << "Size of the channel dead time vector: " << fChannelDeadTime.size();
   // **** DEBUG: END
 }
 
diff --git a/core/data/tof/CbmTofAddress.cxx b/core/data/tof/CbmTofAddress.cxx
index 29c1573452a1713f962b5a4347e47577000aca0e..71554dd1ad19a3a1523842d603a5e9aff97ae20a 100644
--- a/core/data/tof/CbmTofAddress.cxx
+++ b/core/data/tof/CbmTofAddress.cxx
@@ -66,3 +66,4 @@ std::string CbmTofAddress::ToString(int32_t address)
   msg << ", RpcType=" << setw(2) << CbmTofAddress::GetRpcType(address);
   return msg.str();
 }
+
diff --git a/external/InstallParameter.cmake b/external/InstallParameter.cmake
index 77e3f424dc53079799a63e8be1dd5d1b94720f0d..7d02e04add0d89dfae88aea1d0ef2465fa3d1ee3 100644
--- a/external/InstallParameter.cmake
+++ b/external/InstallParameter.cmake
@@ -1,5 +1,7 @@
 set(PARAMETER_VERSION cf6a880a56a8695b485efe358231270e9179cb82) # 2025/02/15
 set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
+#set(PARAMETER_VERSION 96b2189ac86b3d49c32f63da76e68f66544bba55) # 2025/05/02, BMON hitfinder parameters for online
+#set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/s.zharko/cbmroot_parameter.git")
 
 download_project_if_needed(PROJECT         Parameter_source
                            GIT_REPOSITORY  ${PARAMETER_SRC_URL}