diff --git a/src/components/ContactForm.vue b/src/components/ContactForm.vue index ed2d92d..43c0af1 100644 --- a/src/components/ContactForm.vue +++ b/src/components/ContactForm.vue @@ -77,7 +77,7 @@ }) .then(response => response.json()) .then(resData => { - console.log("Saved Form resData", resData.success); + // console.log("Saved Form resData", resData.success); if(resData.success === true){ this.userQuery = false; }