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(