Skip to content

Commit 43a3178

Browse files
committed
chore: cleanup
1 parent 706097f commit 43a3178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/zero/modules/button/stores/use-zero-button-store.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const useZeroButtonStore = defineStore('zero-button', () => {
1616

1717
const setButton = (payload) => {
1818
buttons.value[payload.id] = payload
19-
console.log('button ', buttons.value[payload.id])
2019
}
2120

2221
/**

0 commit comments

Comments
 (0)