Remove unnecessary continue statement

Removed unncessary continue statement.

Change-Id: Idd953793488fc1407084988905251dbaa6336392
This commit is contained in:
Tushar Patil 2020-06-23 01:31:02 +00:00
parent be1173e853
commit 5e05de3255
1 changed files with 0 additions and 2 deletions

View File

@ -425,8 +425,6 @@ class HandleHost(driver.DriverBase):
if status_func() != 0:
LOG.warning("hostmonitor skips monitoring hosts.")
eventlet.greenthread.sleep(CONF.host.monitoring_interval)
continue
eventlet.greenthread.sleep(CONF.host.monitoring_interval)