Skip to content

Commit b718760

Browse files
authored
Merge pull request #533 from clairenollet/fix/remove-console-log-in-dsfrinputgroup
fix: 🔇 remove console.log in DsfrInputGroup
2 parents 08cf0a7 + 038705f commit b718760

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/components/DsfrInput/DsfrInputGroup.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ export default defineComponent({
6363
return this.errorMessage ? 'ri-alert-line' : 'ri-checkbox-circle-line'
6464
},
6565
},
66-
watch: {
67-
modelValue (nv, ov) {
68-
console.log({ nv, ov })
69-
},
70-
},
71-
7266
})
7367
</script>
7468

src/components/DsfrSideMenu/DsfrSideMenu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const collapseStyle = computed(() => {
4646
return baseStyle
4747
})
4848
watch(expanded, (isExpanded) => {
49-
console.log(isExpanded)
5049
if (!isExpanded) {
5150
collapsing.value = true
5251
setTimeout(() => { collapsing.value = false }, 300)

0 commit comments

Comments
 (0)