Remove console log on login

This commit is contained in:
--unset 2024-04-16 10:26:09 -04:00
parent 0fbf14063c
commit 92bd7b80c8

View File

@ -171,7 +171,6 @@
//Create an object from the form data entries
let formDataObject = Object.fromEntries(formData.entries());
console.log(formDataObject)
let res = await fetch(`/login`, {
method: 'POST',
headers: {