removed if __debug__ around notify

This commit is contained in:
M. Ian Graham 2007-10-05 19:25:48 +00:00
parent a74f25d0ee
commit 204c6c2872

View File

@ -3,7 +3,6 @@ from libdirect import HttpRequest
from direct.directnotify.DirectNotifyGlobal import directNotify
from direct.task.TaskManagerGlobal import taskMgr
if __debug__:
notify = directNotify.newCategory('WebRequestDispatcher')
class WebRequest(object):
@ -76,7 +75,6 @@ class WebRequestDispatcher(object):
requestTimeout = 10.0
if __debug__:
notify = notify
def __new__(self, *a, **kw):