Remove ambiguous log (already logged in networking)

This commit is contained in:
Kristóf Tóth 2018-03-08 16:41:43 +01:00
parent af1a6261cc
commit 491bbe5df6

View File

@ -45,5 +45,4 @@ class ProcessManagingEventHandler(TriggerlessEventHandler):
except SupervisorFault as fault:
message['data']['error'] = fault.faultString
message['data']['log'] = self.processmanager.read_log(message['data']['process_name'])
log.debug('Failed to execute command on process: {}'.format(message))
return message