Skip to content

Commit 126295e

Browse files
RSPY-723: Removed commented code
1 parent 9029a68 commit 126295e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/ADGS/adgs_station_mock.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,7 @@ def process_filter(request, input_filter):
332332
return process_attributes_search(end_filter, request.args)
333333
return process_products_request(str(end_filter), request.args)
334334

335-
# If there are two filters, repeat operation on both of them and combine their
336-
# results with the operator retrieved
337-
# elif len(splitted_filters)==2:
338-
# result_filter_1 = process_filter(request, splitted_filters[0])
339-
# result_filter_2 = process_filter(request, splitted_filters[1])
340-
# return process_common_elements(result_filter_1, result_filter_2, operators[0])
341-
342-
# If there are more than two filters, repeat operation on each one and combine its
335+
# If there is more than one filter, repeat operation on each one and combine its
343336
# results with the ones of the previous one using the correct operator
344337
else:
345338
i=1

0 commit comments

Comments
 (0)