Selaa lähdekoodia

post review fixes

Olivier Massot 1 vuosi sitten
vanhempi
commit
b426d9a029
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      components/Contact/Form.vue

+ 0 - 1
components/Contact/Form.vue

@@ -268,7 +268,6 @@ const submit = async (): Promise<void> => {
   const { valid } = await form.value.validate()
 
   if (!valid) {
-    console.log("Validation failed!")
     contactRequestSent.value = false
     return
   }