Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 21, 2024
1 parent 73401ba commit 6c13337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const renameAllJsonFiles = () => {
const questionReadableId = getReadableId(questionJson?.question?.question);
const newQuestionFile = `${outputDir}/${questionReadableId}.json`;
fs.writeFileSync(newQuestionFile, questionDataString, { encoding: "utf-8" });
console.log("questionFile", questionFile);
console.log("newQuestionFile", newQuestionFile);
// console.log("questionFile", questionFile);
// console.log("newQuestionFile", newQuestionFile);
}

}
Expand Down

0 comments on commit 6c13337

Please sign in to comment.