Revert "Remove console log"

This reverts commit c48f16bb99.
This commit is contained in:
Chloe Herd 2025-05-13 14:25:09 -04:00
parent d8c838f530
commit efc354699a

View file

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