Remove unused function and argument

I removed the unused function and (function)argument in code

Change-Id: Ib7afa5d868c3c7769f53e45c270850e4c3370f86
This commit is contained in:
Béla Vancsics
2016-02-15 13:48:10 +01:00
parent e3198d25a5
commit d93b1ffe9f
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