diff --git a/direct/src/distributed/DoInterestManager.py b/direct/src/distributed/DoInterestManager.py index ce77af0193..568bbf39b3 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/direct/src/distributed/DoInterestManager.py @@ -18,9 +18,9 @@ class DoInterestManager(DirectObject.DirectObject): """ Top level Interest Manager """ - if __debug__: - from direct.directnotify.DirectNotifyGlobal import directNotify - notify = directNotify.newCategory("DoInterestManager") + #if __debug__: is this production ready? + from direct.directnotify.DirectNotifyGlobal import directNotify + notify = directNotify.newCategory("DoInterestManager") _interestIdAssign = 1 _interestIdScopes = 100