Remove console log

This commit is contained in:
Chloe Herd 2025-05-13 11:53:57 -04:00
parent fffa7fd889
commit c48f16bb99

View file

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