fix debug stuff

This commit is contained in:
Crazypersonalph
2024-05-21 10:06:53 +08:00
parent 30ba209e9c
commit 6226812bd6
-1
View File
@@ -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(