Skip to content
Snippets Groups Projects
Commit 55fb8203 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Removed Byebug

parent 7edf0a41
No related tags found
1 merge request!351Fix filtered download issue
Pipeline #18205 passed
......@@ -114,7 +114,6 @@ module ComplexFilterHelper
elsif key == "complex_subject_age_itsim"
age_range = search_params[key]
if age_range.is_a?(Hash) && age_range.key?("begin") && age_range.key?("end")
byebug
query["subject_age"] = age_range['begin']..age_range['end']
else
query[value] = search_params[key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment