Merge "Delete redundancy log printing"

This commit is contained in:
Jenkins
2016-12-08 06:25:23 +00:00
committed by Gerrit Code Review

View File

@@ -654,8 +654,6 @@ def run_scrip(script, ip=None, password=None, msg=None):
message = msg1 + msg if msg else msg1
LOG.error(message)
raise HTTPForbidden(explanation=message)
else:
LOG.info('Running scripts successfully!')
def _run_scrip(script, ip=None, password=None):