Skip to content

Commit 2882aa6

Browse files
committed
Clean up commented code
1 parent e85738b commit 2882aa6

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

cortexutils/responder.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@ def get_data(self):
2020
:return: Data (observable value) given through Cortex"""
2121
return self.get_param('data', None, 'Missing data field')
2222

23-
# @staticmethod
24-
# def build_operation(op_type, **parameters):
25-
# """
26-
# :param op_type: an operation type as a string
27-
# :param parameters: a dict including the operation's params
28-
# :return: dict
29-
# """
30-
# operation = {
31-
# 'type': op_type
32-
# }
33-
# operation.update(parameters)
34-
35-
# return operation
36-
37-
# def operations(self, raw):
38-
# """Returns the list of operations to be executed after the job completes
39-
40-
# :returns: by default return an empty array"""
41-
# return []
42-
4323
def report(self, full_report, ensure_ascii=False):
4424
"""Returns a json dict via stdout.
4525

0 commit comments

Comments
 (0)