Remove the unused code

The "return" here is redundant.

Change-Id: I647f381d7d04fdc6a149fca901b728211b35b5af
This commit is contained in:
Zuo ZongMing 2017-10-27 17:39:51 +08:00
parent 5fc8e47786
commit 00f6163ba6
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ class MeteringAgentWithStateReport(MeteringAgent):
LOG.warning("Neutron server does not support state report. "
"State report for this agent will be disabled.")
self.heartbeat.stop()
return
except Exception:
LOG.exception("Failed reporting state!")