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

Commit

Permalink
removed debug parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fifciuu committed Jun 23, 2021
1 parent 816896a commit eefe4ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"requestTimeout": 5000,
"min_score": 0.01,
"indices": [
"mock-value",
"vue_storefront_catalog",
"vue_storefront_catalog_de",
"vue_storefront_catalog_it"
Expand Down
1 change: 0 additions & 1 deletion src/api/catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default ({config, db}) => async function (req, res, body) {

let responseFormat = 'standard'
let requestBody = req.body
console.log('indices', [...config.elasticsearch.indices]);
if (req.method === 'GET') {
if (req.query.request) { // this is in fact optional
try {
Expand Down

0 comments on commit eefe4ef

Please sign in to comment.