mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-04-27 18:13:37 +00:00
Removed unused console statements
This commit is contained in:
@@ -23,7 +23,6 @@ export default {
|
||||
this.$emit('enter')
|
||||
},
|
||||
handleInput(value) {
|
||||
console.log('this.value', this.value)
|
||||
this.$emit('inputValue', this.value)
|
||||
},
|
||||
toggleShowPassword() {
|
||||
|
||||
Reference in New Issue
Block a user