Browse Source

[2353] unrelated cleanup: removed an obsolete comment.

JINMEI Tatuya 12 years ago
parent
commit
cfdfb58ce4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/bind10/bind10_src.py.in

+ 0 - 1
src/bin/bind10/bind10_src.py.in

@@ -629,7 +629,6 @@ class BoB:
         if self.msgq_socket_file is not None:
              c_channel_env["BIND10_MSGQ_SOCKET_FILE"] = self.msgq_socket_file
         logger.debug(DBG_PROCESS, BIND10_CHECK_MSGQ_ALREADY_RUNNING)
-        # try to connect, and if we can't wait a short while
         try:
             self.cc_session = isc.cc.Session(self.msgq_socket_file)
             logger.fatal(BIND10_MSGQ_ALREADY_RUNNING)