Skip to content

Commit

Permalink
chore: removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 14, 2025
1 parent 1b28dd0 commit 96fe5bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/client/composables/counter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 96fe5bd

Please # to comment.