Remove some dev

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-09 14:55:45 +02:00
parent 502d6b6afd
commit 68c8017141
2 changed files with 14 additions and 17 deletions

View File

@@ -76,7 +76,6 @@ export default class DateTimePicker extends Vue {
*
* @type {Date}
*/
console.log('updated this.date with', this.date);
this.$emit('input', this.date);
}
}