Commit 93a84571 authored by Luís Rudge's avatar Luís Rudge

ops, taking 'console.log' out

parent 1e3f4abb
...@@ -90,7 +90,6 @@ ...@@ -90,7 +90,6 @@
var option = filteredValues[i]; var option = filteredValues[i];
newOptions += '<option value="'+option.value+'">'+option.text+'</option>'; newOptions += '<option value="'+option.value+'">'+option.text+'</option>';
} }
console.log(newOptions);
this.$select.html(newOptions); this.$select.html(newOptions);
this.rebuild(); this.rebuild();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment