Browse Source

[2676] remove the comment about using "protected" member in __notify_update.

the revised code eliminated its use as a side effect.
JINMEI Tatuya 12 years ago
parent
commit
3bec0f1f82
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/bin/ddns/ddns.py.in

+ 0 - 7
src/bin/ddns/ddns.py.in

@@ -587,13 +587,6 @@ class DDNSServer:
         For a longer term we'll need to switch to asynchronous communication,
         For a longer term we'll need to switch to asynchronous communication,
         but for now we rely on the blocking operation.
         but for now we rely on the blocking operation.
 
 
-        Note also that we directly refer to the "protected" member of
-        ccsession (_cc._session) rather than creating a separate channel.
-        It's probably not the best practice, but hopefully we can introduce
-        a cleaner way when we support asynchronous communication.
-        At the moment we prefer the brevity with the use of internal channel
-        of the cc session.
-
         '''
         '''
         try:
         try:
             # FIXME? Is really rpc_call the correct one? What if there are more
             # FIXME? Is really rpc_call the correct one? What if there are more