#33 removed console log

This commit is contained in:
Dominic Villemure
2024-04-24 22:15:22 -04:00
parent 9ac0e8d677
commit 67e7edf047

View File

@@ -198,8 +198,6 @@ const socialNetworkAccount = ref("");
async function sendForm() {
try {
console.log(reasonToJoin.value);
const requestBody = {
FirstName: name.value,
LastName: name.value,