Remove console.log

This commit is contained in:
richard-dds 2018-08-31 14:06:15 -04:00
parent 2718a7acf6
commit bd3aad47d7

View File

@ -40,7 +40,6 @@ export default {
methods: {
change: function (e) {
this.value = e.target.value
console.log(this.value)
this.showError = false
setTimeout(() => this.$refs.popover.hide(), 300)
}