diff --git a/core/client/composables/counter.js b/core/client/composables/counter.js index 2e9c62dd0..b66f00355 100644 --- a/core/client/composables/counter.js +++ b/core/client/composables/counter.js @@ -4,8 +4,6 @@ import { ref, watchEffect, onBeforeMount, onBeforeUnmount } from 'vue' import { api } from '../api.js' export function useCounter (options) { - logger.trace(`[KDK] Counter created with options ${options}`) - // Data const counter = ref(0)