mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Remove very-annoying and pointless warning
This commit is contained in:
parent
a7df865ca5
commit
b4fdf5cc46
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user