diff --git a/packages/synapse-bridge/src/patterns/DatePicker/DatePicker.vue b/packages/synapse-bridge/src/patterns/DatePicker/DatePicker.vue index d0c16c9912..dca4280c04 100644 --- a/packages/synapse-bridge/src/patterns/DatePicker/DatePicker.vue +++ b/packages/synapse-bridge/src/patterns/DatePicker/DatePicker.vue @@ -474,7 +474,6 @@ export default defineComponent({ }, stopInput() { - console.log(this.indexedThis.inputValue) this.indexedThis.inputValue = this.indexedThis.inputValue.slice( 0, 10 @@ -560,7 +559,6 @@ export default defineComponent({