Reapply "Remove console log"

This reverts commit efc354699a.
This commit is contained in:
Chloe Herd 2025-05-13 16:37:33 -04:00
parent 999b188af6
commit b6cd797a53

View file

@ -13,7 +13,6 @@ export default {
data() {},
computed: {
progress() {
console.log(`Progress: ${this.pageName} - ${getProgressBarPercentage(this.pageName)}`);
return getProgressBarPercentage(this.pageName);
},
},