Remove console log
This commit is contained in:
parent
fffa7fd889
commit
c48f16bb99
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ export default {
|
|||
data() {},
|
||||
computed: {
|
||||
progress() {
|
||||
console.log(`Progress: ${this.pageName} - ${getProgressBarPercentage(this.pageName)}`);
|
||||
return getProgressBarPercentage(this.pageName);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue