Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit eefe4ef

Browse files
author
Fifciuu
committed
removed debug parts
1 parent 816896a commit eefe4ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/default.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"requestTimeout": 5000,
3030
"min_score": 0.01,
3131
"indices": [
32-
"mock-value",
3332
"vue_storefront_catalog",
3433
"vue_storefront_catalog_de",
3534
"vue_storefront_catalog_it"

src/api/catalog.ts

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default ({config, db}) => async function (req, res, body) {
5252

5353
let responseFormat = 'standard'
5454
let requestBody = req.body
55-
console.log('indices', [...config.elasticsearch.indices]);
5655
if (req.method === 'GET') {
5756
if (req.query.request) { // this is in fact optional
5857
try {

0 commit comments

Comments
 (0)