cosmetic: protect drl against void getslivers
[nodemanager.git] / nodemanager.py
index 0cf1dc6..ee328c9 100755 (executable)
@@ -188,8 +188,6 @@ def run():
         logger.log("nodemanager: Checking Auth.")
         while plc.check_authentication() != True:
             try:
-#                import pdb
-#               pdb.set_trace()
                 plc.update_session()
                 logger.log("nodemanager: Authentication Failure. Retrying")
             except Exception,e: