Skip to content

Commit a57c5ec

Browse files
authored
Remove console.log
remove console.log
1 parent 4562d55 commit a57c5ec

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)