diff --git a/src/webcomponents/variant/variant-browser-horizontal-filter.js b/src/webcomponents/variant/variant-browser-horizontal-filter.js index d5bcb9e4e..03073cfe0 100644 --- a/src/webcomponents/variant/variant-browser-horizontal-filter.js +++ b/src/webcomponents/variant/variant-browser-horizontal-filter.js @@ -531,7 +531,6 @@ export default class VariantBrowserHorizontalFilter extends LitElement { * @param {String|Object} value the new value of the property */ onFilterChange(key, value) { - console.log(key, value); /* Some filters may return more than one parameter, in this case key and value are objects with all the keys and filters - key: an object mapping filter name with the one returned - value: and object with the filter @@ -1212,7 +1211,7 @@ export default class VariantBrowserHorizontalFilter extends LitElement {