From 6226812bd6def6b56ab8f14b7a6c848797e96936 Mon Sep 17 00:00:00 2001 From: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com> Date: Tue, 21 May 2024 10:06:53 +0800 Subject: [PATCH] fix debug stuff --- src/SEQTA.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 124af1bf..79e03f02 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -2469,7 +2469,6 @@ async function loadHomePage() { for (let i = 0; i < NoticesPayload.payload.length; i++) { if (labelArray.includes(JSON.stringify(NoticesPayload.payload[i].label))) { // Create a div, and place information from json response - console.log('hello') const NewNotice = document.createElement('div') NewNotice.classList.add('notice') const title = stringToHTML(