Skip to content

Commit

Permalink
Clean up commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 7, 2022
1 parent e85738b commit 2882aa6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions cortexutils/responder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,6 @@ def get_data(self):
:return: Data (observable value) given through Cortex"""
return self.get_param('data', None, 'Missing data field')

# @staticmethod
# def build_operation(op_type, **parameters):
# """
# :param op_type: an operation type as a string
# :param parameters: a dict including the operation's params
# :return: dict
# """
# operation = {
# 'type': op_type
# }
# operation.update(parameters)

# return operation

# def operations(self, raw):
# """Returns the list of operations to be executed after the job completes

# :returns: by default return an empty array"""
# return []

def report(self, full_report, ensure_ascii=False):
"""Returns a json dict via stdout.
Expand Down

0 comments on commit 2882aa6

Please sign in to comment.