diff --git a/lisainstrument/noises.py b/lisainstrument/noises.py
index e38db22818e233ab67628e53cd406728cd6607bc..28896cd2eebd070e44a1035884d13799ea28da2f 100644
--- a/lisainstrument/noises.py
+++ b/lisainstrument/noises.py
@@ -223,8 +223,6 @@ def oms(fs, size, asd, fknee):
     Model. It is a collection of different noises, some of which are duplicates of standalone
     noises we already implement in the simulation (e.g., backlink noise).
 
-    Because this is a optical pathlength noise expressed as fractional frequency deviation, it should
-    be multiplied by the beam frequency to obtain the beam frequency fluctuations.
     """
     logger.debug("Generating OMS noise (fs=%s Hz, size=%s, asd=%s m/sqrt(Hz), fknee=%s Hz)",
         fs, size, asd, fknee)