Skip to content

Commit

Permalink
InstructionsPanel has a random debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
sra405 committed Jan 5, 2024
1 parent e5258aa commit d239071
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const InstructionsPanel = () => {
Math.min(currentStepPosition + 1, numberOfSteps - 1),
),
);
debugger;
}
}, [quizCompleted, currentStepPosition, numberOfSteps, dispatch, isQuiz]);

Expand Down

0 comments on commit d239071

Please sign in to comment.