Merge "Remove unused function and argument"

This commit is contained in:
Jenkins
2016-02-19 01:01:10 +00:00
committed by Gerrit Code Review
5 changed files with 3 additions and 62 deletions

View File

@@ -63,10 +63,3 @@ class ApplierAPI(messaging_core.MessagingCore):
return self.client.call(
context.to_dict(), 'launch_action_plan',
action_plan_uuid=action_plan_uuid)
def event_receive(self, event):
try:
pass
except Exception as e:
LOG.exception(e)
raise