From b4fdf5cc464e6c30f373ddb8fce39c34935a6c8a Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 11 Dec 2008 20:13:36 +0000 Subject: [PATCH] Remove very-annoying and pointless warning --- direct/src/directnotify/DirectNotify.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/direct/src/directnotify/DirectNotify.py b/direct/src/directnotify/DirectNotify.py index eb96c0e33c..c1061ebd1e 100644 --- a/direct/src/directnotify/DirectNotify.py +++ b/direct/src/directnotify/DirectNotify.py @@ -51,9 +51,6 @@ class DirectNotify: if (not self.__categories.has_key(categoryName)): self.__categories[categoryName] = Notifier.Notifier(categoryName, logger) self.setDconfigLevel(categoryName) - else: - print "Warning: DirectNotify: category '%s' already exists" % \ - (categoryName) return (self.getCategory(categoryName)) def setDconfigLevel(self, categoryName):