Remove out-of-date comment

The code now uses excutils, so the comment is out-of-date

Change-Id: If04032999f1408ee8db8238b210d044d0a21f622
This commit is contained in:
Johannes Erdfelt
2012-11-07 18:23:10 +00:00
parent 23f48ba307
commit 64931c3941

View File

@@ -84,8 +84,6 @@ def wrap_exception(notifier=None, publisher_id=None, event_type=None,
# TODO(sandy): Find a way to import nova.notifier.api so we don't have
# to pass it in as a parameter. Otherwise we get a cyclic import of
# nova.notifier.api -> nova.utils -> nova.exception :(
# TODO(johannes): Also, it would be nice to use
# utils.save_and_reraise_exception() without an import loop
def inner(f):
def wrapped(*args, **kw):
try: