Removed logging message

The logging message is not needed anymore.

Change-Id: Id83a4752415785bc1108f0787cf2e2ee940a535f
This commit is contained in:
Lisa Zangrando 2017-01-30 09:35:55 +01:00
parent b3504c00db
commit 5887b41fdd

View File

@ -87,9 +87,6 @@ class Notifications(object):
return
state = payload["state"]
if state == "error":
LOG.info("Notification INFO: event_type=%s payload=%s"
% (event_type, payload))
event_types = ["compute.instance.create.end",
"compute.instance.delete.end",