Remove debug logging

This commit is contained in:
Neil MacDougall 2021-02-11 20:27:03 +00:00 committed by GitHub
parent 2ae9355d3b
commit 3e7286bf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
},
mounted() {
this.timer = setTimeout(() => { this.showMessage = true; console.log('ok'); }, 250);
this.timer = setTimeout(() => { this.showMessage = true; }, 250);
},
beforeDestroy() {