Skip to content

Commit 4fa5e9a

Browse files
committed
fix: removed console logging
1 parent 8e34c0f commit 4fa5e9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runtime/plugin.template.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Plugin } from '@nuxt/types'
2-
import { DeliveryClient, ContentItem, MultipleItemQuery } from "@kentico/kontent-delivery"
32
import { NuxtDeliveryClient } from '~deliveryclientruntime/NuxtDeliveryClient'
43
// import CacheService from "~deliveryclientruntime/cacheService"
54

@@ -40,9 +39,6 @@ declare module 'vuex/types/index' {
4039
}
4140

4241
const deliveryClientPlugin: Plugin = (context, inject) => {
43-
console.log('Initializing plugin')
44-
console.log('configuration:', config)
45-
4642
const deliveryClient = new NuxtDeliveryClient(config.kenticokontent);
4743

4844
inject('deliveryclient', deliveryClient)

0 commit comments

Comments
 (0)