Browse Source

*** empty log message ***

Jesse Schell 25 years ago
parent
commit
f20914c08e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/distributed/ClientDistUpdate.py

+ 2 - 2
direct/src/distributed/ClientDistUpdate.py

@@ -28,8 +28,8 @@ class ClientDistUpdate:
         # Only catch name and attribute errors
         # Only catch name and attribute errors
         # as all other errors are legit errors
         # as all other errors are legit errors
         except (NameError, AttributeError), e:
         except (NameError, AttributeError), e:
-            ClientDistUpdate.notify.warning(cdc.name + "." + self.name +
-                                            " does not exist")
+            #ClientDistUpdate.notify.warning(cdc.name + "." + self.name +
+            #                                " does not exist")
             self.func = None
             self.func = None
         return None
         return None