Merge "Removed logging message"

This commit is contained in:
Jenkins 2017-01-30 09:30:30 +00:00 committed by Gerrit Code Review
commit f21b883247

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",