Skip to content

Commit f35b3bf

Browse files
authored
Merge pull request #115 from vanling/patch-1
Remove console.log
2 parents 4562d55 + a57c5ec commit f35b3bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/plugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export default defineNuxtPlugin(async (nuxtApp) => {
1111
? await import('algoliasearch/dist/algoliasearch-lite.esm.browser').then(lib => lib.default || lib)
1212
: await import('algoliasearch/dist/algoliasearch.esm.browser').then(lib => lib.default || lib)
1313

14-
console.log(cache)
15-
1614
const algoliaSearchClient: SearchClient = cache ? algoliasearch(applicationId, apiKey, { responsesCache: createInMemoryCache(), requestsCache: createInMemoryCache({ serializable: false }), }) : algoliasearch(applicationId, apiKey)
1715

1816
nuxtApp.provide('algolia', algoliaSearchClient)

0 commit comments

Comments
 (0)