removed unused variable

This commit is contained in:
Darren Ranalli 2009-11-19 23:47:24 +00:00
parent 0bee8b9fbf
commit 95bff4b0e0

View File

@ -35,8 +35,6 @@ class GarbageReport(Job):
If you just want to dump the report to the log, use GarbageLogger."""
notify = directNotify.newCategory("GarbageReport")
NotGarbage = 'NG'
def __init__(self, name, log=True, verbose=False, fullReport=False, findCycles=True,
threaded=False, doneCallback=None, autoDestroy=False, priority=None,
safeMode=False, delOnly=False, collect=True):