소스 검색

post review fixes

Olivier Massot 1 년 전
부모
커밋
b426d9a029
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
   }