Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
danamansana committed Jan 28, 2025
1 parent 2c351c0 commit 1339905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/elasticsearch/elastic-query-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ class ElasticQueryBuilder {
// We're specifically interested in params that match supported search-
// scopes because we can build a whole ES query just using the existing
// logic for that search scope:
console.log('advancedSearchParamsThatAreAlsoScopes: ', this.request.advancedSearchParamsThatAreAlsoScopes())
if (this.request.advancedSearchParamsThatAreAlsoScopes()) {
this.request
.advancedSearchParamsThatAreAlsoScopes()
Expand Down

0 comments on commit 1339905

Please sign in to comment.