Removed comments
gitea/salix/845-order_catalog_datalist Build started... Details

This commit is contained in:
Joan Sanchez 2020-02-18 07:50:18 +01:00
parent c5840f322f
commit 30e3880299
1 changed files with 0 additions and 2 deletions

View File

@ -245,7 +245,6 @@ class Controller {
this.$state.go(this.$state.current.name, params);
}
// Builds the tags filter
buildTagsFilter(items) {
const tagValues = [];
items.forEach(item => {
@ -261,7 +260,6 @@ class Controller {
this.tagValues = tagValues;
}
// Builds the order filter
buildOrderFilter(items) {
const tags = [];
items.forEach(item => {