mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Remove console.info(lesson) to prevent logging sensitive data
Co-authored-by: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user