Removed logging message
The logging message is not needed anymore. Change-Id: Id83a4752415785bc1108f0787cf2e2ee940a535f
This commit is contained in:
parent
b3504c00db
commit
5887b41fdd
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user