Skip to content

Commit

Permalink
fix: removed console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Domitnator committed Nov 15, 2021
1 parent 8e34c0f commit 4fa5e9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runtime/plugin.template.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Plugin } from '@nuxt/types'
import { DeliveryClient, ContentItem, MultipleItemQuery } from "@kentico/kontent-delivery"
import { NuxtDeliveryClient } from '~deliveryclientruntime/NuxtDeliveryClient'
// import CacheService from "~deliveryclientruntime/cacheService"

Expand Down Expand Up @@ -40,9 +39,6 @@ declare module 'vuex/types/index' {
}

const deliveryClientPlugin: Plugin = (context, inject) => {
console.log('Initializing plugin')
console.log('configuration:', config)

const deliveryClient = new NuxtDeliveryClient(config.kenticokontent);

inject('deliveryclient', deliveryClient)
Expand Down

0 comments on commit 4fa5e9a

Please sign in to comment.