Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TortitasT committed Sep 30, 2022
1 parent 71ec8f1 commit 41c96db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "descom-ui",
"version": "0.4.1",
"version": "0.4.2",
"description": "Common Vue.js components we use at Descom.es",
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions src/lib-components/UiInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,8 @@ export default {
},
},
mounted() {
console.log('test')
},
methods: {
inputHandler() {
console.log('ASDJAJSD')
setTimeout(() => {
this.isValid = this.getIsValid()
this.errorMessage = this.getErrorMessage()
Expand Down

0 comments on commit 41c96db

Please sign in to comment.