This commit is contained in:
Wolfgang Hottgenroth
2007-11-18 21:33:17 +01:00
parent 3f3db5fcf7
commit 7dc41ea9c0
2 changed files with 3 additions and 5 deletions

View File

@ -62,8 +62,6 @@ class Event(object):
except Queue.Full, e:
Logger.log("Dns Queue overrun, drop event for %s" % str(entry))
def __str__(self):
if not self.prepared:
self.prepare()