From b4331b5bcbcc8d1fd6dfc9cc8b277eab3939a5f4 Mon Sep 17 00:00:00 2001 From: lovelytransgirl Date: Wed, 18 Jun 2025 01:00:48 +0700 Subject: [PATCH] I forgot to comment --- src/pages/vistualNovelHandler.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);