remove console.log

This commit is contained in:
2025-10-10 15:00:48 +02:00
parent 894546a901
commit 7e80ff42d2

View File

@@ -60,6 +60,7 @@ export default {
search() { search() {
if (this.searchText) { if (this.searchText) {
if (this.searchCategory) { if (this.searchCategory) {
console.log('search');
return this.$router.push({ return this.$router.push({
name: 'busqueda', name: 'busqueda',
query: { q: this.searchText, category: [this.searchCategory] }, query: { q: this.searchText, category: [this.searchCategory] },