Book Pauk 6 жил өмнө
parent
commit
b3d28bd1e7

+ 0 - 1
client/components/Reader/ProgressPage/ProgressPage.vue

@@ -53,7 +53,6 @@ class ProgressPage extends Vue {
         this.step = (state.step ? state.step : this.step);
         this.totalSteps = (state.totalSteps > this.totalSteps ? state.totalSteps : this.totalSteps);
         this.progress = state.progress || 0;
-console.log(state);        
     }
 
     get percentage() {