Change some comments about OMF RM
[nepi.git] / src / nepi / resources / omf / channel.py
index 17478fd..f863df2 100644 (file)
@@ -38,10 +38,6 @@ class OMFChannel(OMFResource):
         :param creds: Credentials to communicate with the rm (XmppClient for OMF)
         :type creds: dict
 
-    .. note::
-
-       This class is used only by the Experiment Controller through the Resource Factory
-
     """
     _rtype = "OMFChannel"
     _authorized_connections = ["OMFWifiInterface", "OMFNode"]