Skip to content

Commit

Permalink
Rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nonword committed Nov 18, 2024
1 parent 7aa5e0f commit 40f0837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/qa.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENCRYPTED_NYPL_OAUTH_SECRET=AQECAHh7ea2tyZ6phZgT4B9BDKwguhlFtRC6hgt+7HbmeFsrsgAA

NYPL_CORE_VERSION=v2.21

LOG_LEVEL=info
LOG_LEVEL=debug
FEATURES=on-site-edd

SEARCH_ITEMS_SIZE=3
Expand Down
2 changes: 0 additions & 2 deletions test/elastic-query-builder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ describe('ElasticQueryBuilder', () => {
const request = new ApiRequest({ title: 'toast' })
const inst = ElasticQueryBuilder.forApiRequest(request)

// console.log('ES: ', JSON.stringify(inst.query.toJson(), null, 2))
const query = inst.query.toJson()

// Assert there's a multi-match:
Expand Down Expand Up @@ -244,7 +243,6 @@ describe('ElasticQueryBuilder', () => {
})
const inst = ElasticQueryBuilder.forApiRequest(request)

console.log('ES: ', JSON.stringify(inst.query.toJson(), null, 2))
const query = inst.query.toJson()

// Assert there's a multi-match:
Expand Down

0 comments on commit 40f0837

Please sign in to comment.