diff --git a/direct/src/distributed/ConnectionRepository.py b/direct/src/distributed/ConnectionRepository.py index 3b33642ef0..fc058d97cd 100644 --- a/direct/src/distributed/ConnectionRepository.py +++ b/direct/src/distributed/ConnectionRepository.py @@ -134,7 +134,8 @@ class ConnectionRepository( # Look up the dclass dclass = self.dclassesByName.get(dcname+self.dcSuffix) if dclass is None: - print "\n\n\nNeed to define", dcname+self.dcSuffix + #print "\n\n\nNeed to define", dcname+self.dcSuffix + self.notify.warning("Need to define %s" % (dcname+self.dcSuffix)) dclass = self.dclassesByName.get(dcname+'AI') if dclass is None: dclass = self.dclassesByName.get(dcname)