remove some logging

This commit is contained in:
Alphons
2024-02-09 20:30:04 +08:00
parent 7f60c9904c
commit 231b5b211b
-1
View File
@@ -2490,7 +2490,6 @@ async function loadHomePage() {
} }
// Data sent as the POST request // Data sent as the POST request
const dateControl = document.querySelector('input[type="date"]') as HTMLInputElement const dateControl = document.querySelector('input[type="date"]') as HTMLInputElement
console.log(dateControl.value)
xhr2.send(JSON.stringify({ date: dateControl.value })) xhr2.send(JSON.stringify({ date: dateControl.value }))
function onInputChange (e: any) { function onInputChange (e: any) {
xhr2.open('POST', `${location.origin}/seqta/student/load/notices?`, true) xhr2.open('POST', `${location.origin}/seqta/student/load/notices?`, true)