Remove console.info(lesson) to prevent logging sensitive data

Co-authored-by: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 04:26:14 +00:00
parent 9d3494eb56
commit 79c4fb511b
-1
View File
@@ -856,7 +856,6 @@ async function CheckCurrentLesson(lesson: any, num: number) {
function makeLessonDiv(lesson: any, num: number) {
if (!lesson) throw new Error("No lesson provided.");
console.info(lesson);
const {
code,