diff --git a/src/pages/vistualNovelHandler.jsx b/src/pages/vistualNovelHandler.jsx index fddd21a..9236a25 100644 --- a/src/pages/vistualNovelHandler.jsx +++ b/src/pages/vistualNovelHandler.jsx @@ -52,8 +52,8 @@ function VitualNovelHandler() { console.log(nextstep) if (typeof nextstep !== 'number' || Number.isNaN(nextstep)) { navigate(`/end`);//44 is last page - console.log("currentStep:", currentStep); - console.log("data at currentStep:", data[currentStep]); +// console.log("currentStep:", currentStep); +// console.log("data at currentStep:", data[currentStep]); } else{ setCurrentStep(nextstep);