Browse Source

notify should not be if __debug__

Darren Ranalli 20 years ago
parent
commit
95618b8d7f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/distributed/DoInterestManager.py

+ 1 - 2
direct/src/distributed/DoInterestManager.py

@@ -13,13 +13,12 @@ from direct.showbase.PythonUtil import *
 from direct.showbase import DirectObject
 from PyDatagram import PyDatagram
 #from PyDatagramIterator import PyDatagramIterator
+from direct.directnotify.DirectNotifyGlobal import directNotify
 
 class DoInterestManager(DirectObject.DirectObject):
     """
     Top level Interest Manager
     """
-    #if __debug__:      is this production ready?
-    from direct.directnotify.DirectNotifyGlobal import directNotify
     notify = directNotify.newCategory("DoInterestManager")
 
     _interestIdAssign = 1