From f20914c08e19d9bcc4ec6d6b3e58d5f7ebcc26f3 Mon Sep 17 00:00:00 2001 From: Jesse Schell Date: Sat, 24 Mar 2001 00:09:58 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/ClientDistUpdate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/distributed/ClientDistUpdate.py b/direct/src/distributed/ClientDistUpdate.py index 3725d8f6e3..9efb33287c 100644 --- a/direct/src/distributed/ClientDistUpdate.py +++ b/direct/src/distributed/ClientDistUpdate.py @@ -28,8 +28,8 @@ class ClientDistUpdate: # Only catch name and attribute errors # as all other errors are legit errors 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 return None