Skip to content

Commit

Permalink
Removed unneeded declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdabbad00 committed Feb 26, 2018
1 parent 5d5d701 commit fb01e51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stream_alert/alert_processor/outputs/komand.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def dispatch(self, **kwargs):

LOGGER.debug('sending alert to Komand')

success = False
resp = self._post_request(creds['url'], {'data': kwargs['alert']}, headers, False)

success = self._check_http_response(resp)

return self._log_status(success)

0 comments on commit fb01e51

Please sign in to comment.