Skip to content
Snippets Groups Projects
Commit c9c11b91 authored by Marco De Donno's avatar Marco De Donno
Browse files

Remove the trainer search pfsp_sel variable

parent 652993f8
No related branches found
No related tags found
No related merge requests found
......@@ -97,15 +97,6 @@
all_detection_technics[ "{{ dt[ 'id' ] }}" ] = "{{ dt[ 'name' ] }}";
{% endfor %}
var pfsp_sel = {};
{% for pfsp in all_pfsp %}
var tmp = [];
{% for sel in pfsp[ 'sel' ] %}
tmp.push( "{{ sel }}" );
{% endfor %}
pfsp_sel[ "{{ pfsp[ 'desc' ] }}" ] = tmp;
{% endfor %}
var pfsp2fpc = {};
{% for pfsp, fpc in pfsp2fpc.iteritems() %}
pfsp2fpc[ "{{ pfsp }}" ] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment