Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 13, 2024
1 parent 296da62 commit 5e0946d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions static/js/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ $(document).ready(function () {
const currentKey = questionKeys[currentQuestionIndex];
const { source, translation } = questionsData[currentKey];

console.log("当前题目索引:", currentQuestionIndex);
console.log("当前键名:", currentKey);
Sentry.captureMessage(`Quiz, ${currentQuestionIndex}`);

const translationSegments = [...new Intl.Segmenter().segment(translation)].map(segment => segment.segment);
const translationLength = translationSegments.length;

Expand Down

0 comments on commit 5e0946d

Please sign in to comment.