فهرست منبع

Remove very-annoying and pointless warning

rdb 17 سال پیش
والد
کامیت
b4fdf5cc46
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      direct/src/directnotify/DirectNotify.py

+ 0 - 3
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):